1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +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

@@ -122,9 +122,9 @@ CREATE SERVER [IF NOT EXISTS] <replaceable class="parameter">server_name</replac
<title>Notes</title>
<para>
When using the <xref linkend="dblink"> module,
When using the <xref linkend="dblink"/> module,
a foreign server's name can be used
as an argument of the <xref linkend="contrib-dblink-connect">
as an argument of the <xref linkend="contrib-dblink-connect"/>
function to indicate the connection parameters. It is necessary to have
the <literal>USAGE</literal> privilege on the foreign server to be
able to use it in this way.
@@ -140,7 +140,7 @@ CREATE SERVER [IF NOT EXISTS] <replaceable class="parameter">server_name</replac
<programlisting>
CREATE SERVER myserver FOREIGN DATA WRAPPER postgres_fdw OPTIONS (host 'foo', dbname 'foodb', port '5432');
</programlisting>
See <xref linkend="postgres-fdw"> for more details.
See <xref linkend="postgres-fdw"/> for more details.
</para>
</refsect1>
@@ -156,11 +156,11 @@ CREATE SERVER myserver FOREIGN DATA WRAPPER postgres_fdw OPTIONS (host 'foo', db
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="sql-alterserver"></member>
<member><xref linkend="sql-dropserver"></member>
<member><xref linkend="sql-createforeigndatawrapper"></member>
<member><xref linkend="sql-createforeigntable"></member>
<member><xref linkend="sql-createusermapping"></member>
<member><xref linkend="sql-alterserver"/></member>
<member><xref linkend="sql-dropserver"/></member>
<member><xref linkend="sql-createforeigndatawrapper"/></member>
<member><xref linkend="sql-createforeigntable"/></member>
<member><xref linkend="sql-createusermapping"/></member>
</simplelist>
</refsect1>