1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
.. -*- 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>`__.
|