.. -*- 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-2023 Lele Gaifax
..

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

__ https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h

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


.. data:: TriggerConstraintIndexId

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L85>`__.

.. data:: TriggerRelidNameIndexId

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L87>`__.

.. data:: TriggerOidIndexId

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L89>`__.

.. data:: TRIGGER_TYPE_ROW

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L96>`__.

.. data:: TRIGGER_TYPE_BEFORE

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L97>`__.

.. data:: TRIGGER_TYPE_INSERT

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L98>`__.

.. data:: TRIGGER_TYPE_DELETE

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L99>`__.

.. data:: TRIGGER_TYPE_UPDATE

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L100>`__.

.. data:: TRIGGER_TYPE_TRUNCATE

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L101>`__.

.. data:: TRIGGER_TYPE_INSTEAD

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L102>`__.

.. data:: TRIGGER_TYPE_STATEMENT

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L105>`__.

.. data:: TRIGGER_TYPE_AFTER

   See `here for details <https://github.com/pganalyze/libpg_query/blob/397cbb9/src/postgres/include/catalog/pg_trigger.h#L110>`__.
