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:
@@ -77,7 +77,7 @@ CREATE OPERATOR CLASS <replaceable class="parameter">name</replaceable> [ DEFAUL
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Refer to <xref linkend="xindex"> for further information.
|
||||
Refer to <xref linkend="xindex"/> for further information.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -283,7 +283,7 @@ CREATE OPERATOR CLASS <replaceable class="parameter">name</replaceable> [ DEFAUL
|
||||
<para>
|
||||
The following example command defines a GiST index operator class
|
||||
for the data type <literal>_int4</literal> (array of <type>int4</type>). See the
|
||||
<xref linkend="intarray"> module for the complete example.
|
||||
<xref linkend="intarray"/> module for the complete example.
|
||||
</para>
|
||||
|
||||
<programlisting>
|
||||
@@ -319,10 +319,10 @@ CREATE OPERATOR CLASS gist__int_ops
|
||||
<title>See Also</title>
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-alteropclass"></member>
|
||||
<member><xref linkend="sql-dropopclass"></member>
|
||||
<member><xref linkend="sql-createopfamily"></member>
|
||||
<member><xref linkend="sql-alteropfamily"></member>
|
||||
<member><xref linkend="sql-alteropclass"/></member>
|
||||
<member><xref linkend="sql-dropopclass"/></member>
|
||||
<member><xref linkend="sql-createopfamily"/></member>
|
||||
<member><xref linkend="sql-alteropfamily"/></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Reference in New Issue
Block a user