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:
@@ -110,7 +110,7 @@ DROP AGGREGATE [ IF EXISTS ] <replaceable>name</replaceable> ( <replaceable>aggr
|
||||
Automatically drop objects that depend on the aggregate function
|
||||
(such as views using it),
|
||||
and in turn all objects that depend on those objects
|
||||
(see <xref linkend="ddl-depend">).
|
||||
(see <xref linkend="ddl-depend"/>).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -132,7 +132,7 @@ DROP AGGREGATE [ IF EXISTS ] <replaceable>name</replaceable> ( <replaceable>aggr
|
||||
|
||||
<para>
|
||||
Alternative syntaxes for referencing ordered-set aggregates
|
||||
are described under <xref linkend="sql-alteraggregate">.
|
||||
are described under <xref linkend="sql-alteraggregate"/>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -176,8 +176,8 @@ DROP AGGREGATE myavg(integer), myavg(bigint);
|
||||
<title>See Also</title>
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-alteraggregate"></member>
|
||||
<member><xref linkend="sql-createaggregate"></member>
|
||||
<member><xref linkend="sql-alteraggregate"/></member>
|
||||
<member><xref linkend="sql-createaggregate"/></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user