.. -*- 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_trigger` --- Constants extracted from `pg_trigger.h`__
==============================================================================

__ https://github.com/pganalyze/libpg_query/blob/a192b38/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/a192b38/src/postgres/include/catalog/pg_trigger.h#L93>`__.

.. data:: TRIGGER_TYPE_BEFORE

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

.. data:: TRIGGER_TYPE_INSERT

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

.. data:: TRIGGER_TYPE_DELETE

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

.. data:: TRIGGER_TYPE_UPDATE

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

.. data:: TRIGGER_TYPE_TRUNCATE

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

.. data:: TRIGGER_TYPE_INSTEAD

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

.. data:: TRIGGER_TYPE_STATEMENT

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

.. data:: TRIGGER_TYPE_AFTER

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