File: pg_attribute.rst

package info (click to toggle)
pglast 5.0~dev0%2B1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,872 kB
  • sloc: python: 12,256; sql: 2,151; makefile: 134
file content (28 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. -*- 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-2022 Lele Gaifax
..

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

__ https://github.com/pganalyze/libpg_query/blob/1ada550/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/1ada550/src/postgres/include/catalog/pg_attribute.h#L214>`__.

.. data:: ATTRIBUTE_IDENTITY_BY_DEFAULT

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

.. data:: ATTRIBUTE_GENERATED_STORED

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