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

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

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

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


.. data:: TRIGGER_TYPE_ROW

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

.. data:: TRIGGER_TYPE_BEFORE

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

.. data:: TRIGGER_TYPE_INSERT

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

.. data:: TRIGGER_TYPE_DELETE

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

.. data:: TRIGGER_TYPE_UPDATE

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

.. data:: TRIGGER_TYPE_TRUNCATE

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

.. data:: TRIGGER_TYPE_INSTEAD

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

.. data:: TRIGGER_TYPE_STATEMENT

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

.. data:: TRIGGER_TYPE_AFTER

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