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 53 54 55 56
|
.. -*- 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.lockdefs` --- Constants extracted from `lockdefs.h`__
==========================================================================
__ https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h
.. module:: pglast.enums.lockdefs
:synopsis: Constants extracted from lockdefs.h
.. data:: NoLock
See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L34>`__.
.. data:: AccessShareLock
See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L36>`__.
.. data:: RowShareLock
See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L37>`__.
.. data:: RowExclusiveLock
See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L38>`__.
.. data:: ShareUpdateExclusiveLock
See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L39>`__.
.. data:: ShareLock
See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L41>`__.
.. data:: ShareRowExclusiveLock
See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L42>`__.
.. data:: ExclusiveLock
See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L44>`__.
.. data:: AccessExclusiveLock
See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L45>`__.
.. data:: MaxLockMode
See `here for details <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/storage/lockdefs.h#L48>`__.
|