File: pg_am.rst

package info (click to toggle)
pglast 7.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,368 kB
  • sloc: python: 13,349; sql: 2,405; makefile: 159
file content (24 lines) | stat: -rw-r--r-- 926 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
.. -*- 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_am` --- Constants extracted from `pg_am.h`__
====================================================================

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

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


.. data:: AMTYPE_INDEX

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

.. data:: AMTYPE_TABLE

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