.. -*- 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-2025 Lele Gaifax
..

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

__ https://github.com/pganalyze/libpg_query/blob/a192b38/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/a192b38/src/postgres/include/catalog/pg_class.h#L164>`__.

.. data:: RELKIND_INDEX

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

.. data:: RELKIND_SEQUENCE

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

.. data:: RELKIND_TOASTVALUE

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

.. data:: RELKIND_VIEW

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

.. data:: RELKIND_MATVIEW

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

.. data:: RELKIND_COMPOSITE_TYPE

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

.. data:: RELKIND_FOREIGN_TABLE

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

.. data:: RELKIND_PARTITIONED_TABLE

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

.. data:: RELKIND_PARTITIONED_INDEX

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

.. data:: RELPERSISTENCE_PERMANENT

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

.. data:: RELPERSISTENCE_UNLOGGED

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

.. data:: RELPERSISTENCE_TEMP

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

.. data:: REPLICA_IDENTITY_DEFAULT

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

.. data:: REPLICA_IDENTITY_NOTHING

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

.. data:: REPLICA_IDENTITY_FULL

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

.. data:: REPLICA_IDENTITY_INDEX

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