diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-01-09 15:08:24 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-01-09 15:08:24 -0500 |
commit | 78ee60ed84bb3a1cf0b6bd9a715dcbcf252a90f5 (patch) | |
tree | cf94ff066b0e8c86d45a1390f7130988535bd7a7 /doc/src/sgml/ref/commit.sgml | |
parent | 38d81760c4d7e22b95252e3545596602c9e38806 (diff) | |
download | postgresql-78ee60ed84bb3a1cf0b6bd9a715dcbcf252a90f5.tar.gz postgresql-78ee60ed84bb3a1cf0b6bd9a715dcbcf252a90f5.zip |
Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
This doesn't have any external effect at the moment, but it
will allow adding useful link-discoverability features later.
Brar Piening, reviewed by Karl Pinc.
Discussion: https://postgr.es/m/CAB8KJ=jpuQU9QJe4+RgWENrK5g9jhoysMw2nvTN_esoOU0=a_w@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/ref/commit.sgml')
-rw-r--r-- | doc/src/sgml/ref/commit.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/commit.sgml b/doc/src/sgml/ref/commit.sgml index 5f244cdd3c1..7e2dcac5a33 100644 --- a/doc/src/sgml/ref/commit.sgml +++ b/doc/src/sgml/ref/commit.sgml @@ -43,7 +43,7 @@ COMMIT [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ] </indexterm> <variablelist> - <varlistentry> + <varlistentry id="sql-commit-transaction"> <term><literal>WORK</literal></term> <term><literal>TRANSACTION</literal></term> <listitem> |