.. -*- coding: utf-8 -*-
.. :Project:   pglast — Enums documentation
.. :Created:   gio 10 ago 2017 12:44:33 CEST
.. :Author:    Lele Gaifax <lele@metapensiero.it>
.. :License:   GNU General Public License version 3 or later
.. :Copyright: © 2017, 2018, 2019, 2021, 2024 Lele Gaifax
..

================================================
 :mod:`pglast.enums` --- Enumerated constants
================================================

.. module:: pglast.enums
   :synopsis: Enumerated constants

This module contains all the constants that are used to give a meaning to some *scalar* values
of the various kinds of nodes, extracted automatically from the PostgreSQL headers.


From ``include/catalog``
========================

.. toctree::

   pg_am
   pg_attribute
   pg_class
   pg_trigger


From ``include/nodes``
======================

.. toctree::

   lockoptions
   nodes
   parsenodes
   primnodes


From ``include/storage``
========================

.. toctree::

   lockdefs


From ``include/utils``
======================

.. toctree::

   xml
