mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +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:
@@ -34,7 +34,7 @@
|
||||
<title>Description of Functions</title>
|
||||
|
||||
<para>
|
||||
<xref linkend="xml2-functions-table"> shows the functions provided by this module.
|
||||
<xref linkend="xml2-functions-table"/> shows the functions provided by this module.
|
||||
These functions provide straightforward XML parsing and XPath queries.
|
||||
All arguments are of type <type>text</type>, so for brevity that is not shown.
|
||||
</para>
|
||||
@@ -211,7 +211,7 @@ xpath_table(text key, text document, text relation, text xpaths, text criteria)
|
||||
table. The primary key field from the original document table is returned
|
||||
as the first column of the result so that the result set
|
||||
can readily be used in joins. The parameters are described in
|
||||
<xref linkend="xml2-xpath-table-parameters">.
|
||||
<xref linkend="xml2-xpath-table-parameters"/>.
|
||||
</para>
|
||||
|
||||
<table id="xml2-xpath-table-parameters">
|
||||
|
Reference in New Issue
Block a user