.. -*- coding: utf-8 -*-
.. :Project:   pglast -- DO NOT EDIT: generated automatically
.. :Author:    Lele Gaifax <lele@metapensiero.it>
.. :License:   GNU General Public License version 3 or later
.. :Copyright: © 2017-2024 Lele Gaifax
..

==========================================================================
 :mod:`pglast.enums.pg_class` --- Constants extracted from `pg_class.h`__
==========================================================================

__ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h

.. module:: pglast.enums.pg_class
   :synopsis: Constants extracted from pg_class.h


.. data:: RELKIND_RELATION

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L161>`__.

.. data:: RELKIND_INDEX

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L162>`__.

.. data:: RELKIND_SEQUENCE

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L163>`__.

.. data:: RELKIND_TOASTVALUE

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L164>`__.

.. data:: RELKIND_VIEW

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L165>`__.

.. data:: RELKIND_MATVIEW

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L166>`__.

.. data:: RELKIND_COMPOSITE_TYPE

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L167>`__.

.. data:: RELKIND_FOREIGN_TABLE

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L168>`__.

.. data:: RELKIND_PARTITIONED_TABLE

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L169>`__.

.. data:: RELKIND_PARTITIONED_INDEX

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L170>`__.

.. data:: RELPERSISTENCE_PERMANENT

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L172>`__.

.. data:: RELPERSISTENCE_UNLOGGED

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L173>`__.

.. data:: RELPERSISTENCE_TEMP

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L174>`__.

.. data:: REPLICA_IDENTITY_DEFAULT

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L177>`__.

.. data:: REPLICA_IDENTITY_NOTHING

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L179>`__.

.. data:: REPLICA_IDENTITY_FULL

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L181>`__.

.. data:: REPLICA_IDENTITY_INDEX

   See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/catalog/pg_class.h#L187>`__.
