1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21: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

@@ -101,7 +101,7 @@ CREATE OPERATOR <replaceable>name</replaceable> (
<para>
The other clauses specify optional operator optimization clauses.
Their meaning is detailed in <xref linkend="xoper-optimization">.
Their meaning is detailed in <xref linkend="xoper-optimization"/>.
</para>
<para>
@@ -228,13 +228,13 @@ COMMUTATOR = OPERATOR(myschema.===) ,
<title>Notes</title>
<para>
Refer to <xref linkend="xoper"> for further information.
Refer to <xref linkend="xoper"/> for further information.
</para>
<para>
It is not possible to specify an operator's lexical precedence in
<command>CREATE OPERATOR</command>, because the parser's precedence behavior
is hard-wired. See <xref linkend="sql-precedence"> for precedence details.
is hard-wired. See <xref linkend="sql-precedence"/> for precedence details.
</para>
<para>
@@ -248,8 +248,8 @@ COMMUTATOR = OPERATOR(myschema.===) ,
</para>
<para>
Use <xref linkend="sql-dropoperator"> to delete user-defined operators
from a database. Use <xref linkend="sql-alteroperator"> to modify operators in a
Use <xref linkend="sql-dropoperator"/> to delete user-defined operators
from a database. Use <xref linkend="sql-alteroperator"/> to modify operators in a
database.
</para>
</refsect1>
@@ -288,9 +288,9 @@ CREATE OPERATOR === (
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="sql-alteroperator"></member>
<member><xref linkend="sql-createopclass"></member>
<member><xref linkend="sql-dropoperator"></member>
<member><xref linkend="sql-alteroperator"/></member>
<member><xref linkend="sql-createopclass"/></member>
<member><xref linkend="sql-dropoperator"/></member>
</simplelist>
</refsect1>
</refentry>