1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

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
This commit is contained in:
Tom Lane
2023-01-09 15:08:24 -05:00
parent 38d81760c4
commit 78ee60ed84
85 changed files with 1372 additions and 1372 deletions

View File

@@ -30,7 +30,7 @@
on the current database.
</para>
<sect2>
<sect2 id="intarray-funcs-ops">
<title><filename>intarray</filename> Functions and Operators</title>
<para>
@@ -391,7 +391,7 @@
</para>
</sect2>
<sect2>
<sect2 id="intarray-index">
<title>Index Support</title>
<para>
@@ -443,7 +443,7 @@
</para>
</sect2>
<sect2>
<sect2 id="intarray-example">
<title>Example</title>
<programlisting>
@@ -464,7 +464,7 @@ SELECT message.mid FROM message WHERE message.sections @@ '1&amp;2'::query_int;
</programlisting>
</sect2>
<sect2>
<sect2 id="intarray-benchmark">
<title>Benchmark</title>
<para>
@@ -488,7 +488,7 @@ psql -c "CREATE EXTENSION intarray" TEST
</para>
</sect2>
<sect2>
<sect2 id="intarray-Authors">
<title>Authors</title>
<para>