.. -*- 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_attribute` --- Constants extracted from `pg_attribute.h`__
==================================================================================

__ https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/catalog/pg_attribute.h

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


.. data:: ATTRIBUTE_IDENTITY_ALWAYS

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

.. data:: ATTRIBUTE_IDENTITY_BY_DEFAULT

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

.. data:: ATTRIBUTE_GENERATED_STORED

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