Skip to content

Commit

Permalink
Update generated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed Sep 27, 2024
1 parent 40ad659 commit 3d209c3
Show file tree
Hide file tree
Showing 26 changed files with 674 additions and 674 deletions.
494 changes: 247 additions & 247 deletions docs/ast.rst

Large diffs are not rendered by default.

282 changes: 141 additions & 141 deletions docs/ddl.rst

Large diffs are not rendered by default.

194 changes: 97 additions & 97 deletions docs/dml.rst

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/lockdefs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,48 +9,48 @@
:mod:`pglast.enums.lockdefs` --- Constants extracted from `lockdefs.h`__
==========================================================================

__ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/storage/lockdefs.h
__ https://github.com/pganalyze/libpg_query/blob/680f5ee/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/1ec3894/src/postgres/include/storage/lockdefs.h#L34>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/storage/lockdefs.h#L34>`__.

.. data:: AccessShareLock

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/storage/lockdefs.h#L36>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/storage/lockdefs.h#L36>`__.

.. data:: RowShareLock

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/storage/lockdefs.h#L37>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/storage/lockdefs.h#L37>`__.

.. data:: RowExclusiveLock

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/storage/lockdefs.h#L38>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/storage/lockdefs.h#L38>`__.

.. data:: ShareUpdateExclusiveLock

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/storage/lockdefs.h#L39>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/storage/lockdefs.h#L39>`__.

.. data:: ShareLock

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/storage/lockdefs.h#L41>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/storage/lockdefs.h#L41>`__.

.. data:: ShareRowExclusiveLock

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/storage/lockdefs.h#L42>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/storage/lockdefs.h#L42>`__.

.. data:: ExclusiveLock

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/storage/lockdefs.h#L44>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/storage/lockdefs.h#L44>`__.

.. data:: AccessExclusiveLock

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/storage/lockdefs.h#L45>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/storage/lockdefs.h#L45>`__.

.. data:: MaxLockMode

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/storage/lockdefs.h#L48>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/storage/lockdefs.h#L48>`__.
8 changes: 4 additions & 4 deletions docs/lockoptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
:mod:`pglast.enums.lockoptions` --- Constants extracted from `lockoptions.h`__
================================================================================

__ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/lockoptions.h
__ https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/lockoptions.h

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


.. class:: pglast.enums.lockoptions.LockClauseStrength

Corresponds to the `LockClauseStrength enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/lockoptions.h#L21>`__.
Corresponds to the `LockClauseStrength enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/lockoptions.h#L21>`__.

.. data:: LCS_NONE

Expand All @@ -32,7 +32,7 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. class:: pglast.enums.lockoptions.LockTupleMode

Corresponds to the `LockTupleMode enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/lockoptions.h#L49>`__.
Corresponds to the `LockTupleMode enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/lockoptions.h#L49>`__.

.. data:: LockTupleKeyShare

Expand All @@ -45,7 +45,7 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. class:: pglast.enums.lockoptions.LockWaitPolicy

Corresponds to the `LockWaitPolicy enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/lockoptions.h#L36>`__.
Corresponds to the `LockWaitPolicy enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/lockoptions.h#L36>`__.

.. data:: LockWaitBlock

Expand Down
28 changes: 14 additions & 14 deletions docs/nodes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
:mod:`pglast.enums.nodes` --- Constants extracted from `nodes.h`__
====================================================================

__ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h
__ https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h

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


.. class:: pglast.enums.nodes.AggSplit

Corresponds to the `AggSplit enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L384>`__.
Corresponds to the `AggSplit enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L384>`__.

.. data:: AGGSPLIT_SIMPLE

Expand All @@ -28,7 +28,7 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. class:: pglast.enums.nodes.AggStrategy

Corresponds to the `AggStrategy enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L362>`__.
Corresponds to the `AggStrategy enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L362>`__.

.. data:: AGG_PLAIN

Expand All @@ -41,7 +41,7 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. class:: pglast.enums.nodes.CmdType

Corresponds to the `CmdType enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L273>`__.
Corresponds to the `CmdType enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L273>`__.

.. data:: CMD_UNKNOWN

Expand All @@ -62,7 +62,7 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. class:: pglast.enums.nodes.JoinType

Corresponds to the `JoinType enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L298>`__.
Corresponds to the `JoinType enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L298>`__.

.. data:: JOIN_INNER

Expand All @@ -85,7 +85,7 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. class:: pglast.enums.nodes.LimitOption

Corresponds to the `LimitOption enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L439>`__.
Corresponds to the `LimitOption enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L439>`__.

.. data:: LIMIT_OPTION_DEFAULT

Expand All @@ -96,7 +96,7 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. class:: pglast.enums.nodes.NodeTag

Corresponds to the `NodeTag enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L26>`__.
Corresponds to the `NodeTag enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L26>`__.

.. data:: T_Invalid

Expand Down Expand Up @@ -1011,7 +1011,7 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. class:: pglast.enums.nodes.OnConflictAction

Corresponds to the `OnConflictAction enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L426>`__.
Corresponds to the `OnConflictAction enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L426>`__.

.. data:: ONCONFLICT_NONE

Expand All @@ -1022,7 +1022,7 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. class:: pglast.enums.nodes.SetOpCmd

Corresponds to the `SetOpCmd enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L406>`__.
Corresponds to the `SetOpCmd enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L406>`__.

.. data:: SETOPCMD_INTERSECT

Expand All @@ -1035,7 +1035,7 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. class:: pglast.enums.nodes.SetOpStrategy

Corresponds to the `SetOpStrategy enum <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L414>`__.
Corresponds to the `SetOpStrategy enum <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L414>`__.

.. data:: SETOP_SORTED

Expand All @@ -1044,16 +1044,16 @@ __ https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/no

.. data:: AGGSPLITOP_COMBINE

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L378>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L378>`__.

.. data:: AGGSPLITOP_SKIPFINAL

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L379>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L379>`__.

.. data:: AGGSPLITOP_SERIALIZE

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L380>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L380>`__.

.. data:: AGGSPLITOP_DESERIALIZE

See `here for details <https://github.com/pganalyze/libpg_query/blob/1ec3894/src/postgres/include/nodes/nodes.h#L381>`__.
See `here for details <https://github.com/pganalyze/libpg_query/blob/680f5ee/src/postgres/include/nodes/nodes.h#L381>`__.
Loading

0 comments on commit 3d209c3

Please sign in to comment.