1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

Convert documentation to DocBook XML

Since some preparation work had already been done, the only source
changes left were changing empty-element tags like <xref linkend="foo">
to <xref linkend="foo"/>, and changing the DOCTYPE.

The source files are still named *.sgml, but they are actually XML files
now.  Renaming could be considered later.

In the build system, the intermediate step to convert from SGML to XML
is removed.  Everything is build straight from the source files again.
The OpenSP (or the old SP) package is no longer needed.

The documentation toolchain instructions are updated and are much
simpler now.

Peter Eisentraut, Alexander Lakhin, Jürgen Purtz
This commit is contained in:
Peter Eisentraut
2017-11-23 09:39:47 -05:00
parent 2f8d6369e6
commit 3c49c6facb
346 changed files with 4260 additions and 4588 deletions

View File

@@ -78,7 +78,7 @@ INSERT INTO <replaceable class="parameter">table_name</replaceable> [ AS <replac
<literal>ON CONFLICT</literal> can be used to specify an alternative
action to raising a unique constraint or exclusion constraint
violation error. (See <xref linkend="sql-on-conflict"
endterm="sql-on-conflict-title"> below.)
endterm="sql-on-conflict-title"/> below.)
</para>
<para>
@@ -145,7 +145,7 @@ INSERT INTO <replaceable class="parameter">table_name</replaceable> [ AS <replac
<para>
The <literal>WITH</literal> clause allows you to specify one or more
subqueries that can be referenced by name in the <command>INSERT</command>
query. See <xref linkend="queries-with"> and <xref linkend="sql-select">
query. See <xref linkend="queries-with"/> and <xref linkend="sql-select"/>
for details.
</para>
<para>
@@ -270,7 +270,7 @@ INSERT INTO <replaceable class="parameter">table_name</replaceable> [ AS <replac
<para>
A query (<command>SELECT</command> statement) that supplies the
rows to be inserted. Refer to the
<xref linkend="sql-select">
<xref linkend="sql-select"/>
statement for a description of the syntax.
</para>
</listitem>
@@ -754,7 +754,7 @@ INSERT INTO distributors (did, dname) VALUES (10, 'Conrad International')
<para>
Possible limitations of the <replaceable
class="parameter">query</replaceable> clause are documented under
<xref linkend="sql-select">.
<xref linkend="sql-select"/>.
</para>
</refsect1>
</refentry>