1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +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

@@ -54,7 +54,7 @@ CREATE TABLESPACE <replaceable class="parameter">tablespace_name</replaceable>
<warning>
<para>
A tablespace cannot be used independently of the cluster in which it
is defined; see <xref linkend="manage-ag-tablespaces">.
is defined; see <xref linkend="manage-ag-tablespaces"/>.
</para>
</warning>
@@ -109,9 +109,9 @@ CREATE TABLESPACE <replaceable class="parameter">tablespace_name</replaceable>
Setting either value for a particular tablespace will override the
planner's usual estimate of the cost of reading pages from tables in
that tablespace, as established by the configuration parameters of the
same name (see <xref linkend="guc-seq-page-cost">,
<xref linkend="guc-random-page-cost">,
<xref linkend="guc-effective-io-concurrency">). This may be useful if
same name (see <xref linkend="guc-seq-page-cost"/>,
<xref linkend="guc-random-page-cost"/>,
<xref linkend="guc-effective-io-concurrency"/>). This may be useful if
one tablespace is located on a disk which is faster or slower than the
remainder of the I/O subsystem.
</para>
@@ -164,11 +164,11 @@ CREATE TABLESPACE indexspace OWNER genevieve LOCATION '/data/indexes';
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="sql-createdatabase"></member>
<member><xref linkend="sql-createtable"></member>
<member><xref linkend="sql-createindex"></member>
<member><xref linkend="sql-droptablespace"></member>
<member><xref linkend="sql-altertablespace"></member>
<member><xref linkend="sql-createdatabase"/></member>
<member><xref linkend="sql-createtable"/></member>
<member><xref linkend="sql-createindex"/></member>
<member><xref linkend="sql-droptablespace"/></member>
<member><xref linkend="sql-altertablespace"/></member>
</simplelist>
</refsect1>