.. -*- coding: utf-8 -*- .. :Project: pglast -- DO NOT EDIT: generated automatically .. :Author: Lele Gaifax .. :License: GNU General Public License version 3 or later .. :Copyright: © 2017-2022 Lele Gaifax .. ========================================================================== :mod:`pglast.enums.pg_class` --- Constants extracted from `pg_class.h`__ ========================================================================== __ https://github.com/pganalyze/libpg_query/blob/1097b2c/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 `__. .. data:: RELKIND_INDEX See `here for details `__. .. data:: RELKIND_SEQUENCE See `here for details `__. .. data:: RELKIND_TOASTVALUE See `here for details `__. .. data:: RELKIND_VIEW See `here for details `__. .. data:: RELKIND_MATVIEW See `here for details `__. .. data:: RELKIND_COMPOSITE_TYPE See `here for details `__. .. data:: RELKIND_FOREIGN_TABLE See `here for details `__. .. data:: RELKIND_PARTITIONED_TABLE See `here for details `__. .. data:: RELKIND_PARTITIONED_INDEX See `here for details `__. .. data:: RELPERSISTENCE_PERMANENT See `here for details `__. .. data:: RELPERSISTENCE_UNLOGGED See `here for details `__. .. data:: RELPERSISTENCE_TEMP See `here for details `__. .. data:: REPLICA_IDENTITY_DEFAULT See `here for details `__. .. data:: REPLICA_IDENTITY_NOTHING See `here for details `__. .. data:: REPLICA_IDENTITY_FULL See `here for details `__. .. data:: REPLICA_IDENTITY_INDEX See `here for details `__.