mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +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:
@@ -40,10 +40,10 @@ LOAD '<replaceable class="parameter">filename</replaceable>'
|
||||
<para>
|
||||
The library file name is typically given as just a bare file name,
|
||||
which is sought in the server's library search path (set
|
||||
by <xref linkend="guc-dynamic-library-path">). Alternatively it can be
|
||||
by <xref linkend="guc-dynamic-library-path"/>). Alternatively it can be
|
||||
given as a full path name. In either case the platform's standard shared
|
||||
library file name extension may be omitted.
|
||||
See <xref linkend="xfunc-c-dynload"> for more information on this topic.
|
||||
See <xref linkend="xfunc-c-dynload"/> for more information on this topic.
|
||||
</para>
|
||||
|
||||
<indexterm>
|
||||
@@ -74,7 +74,7 @@ LOAD '<replaceable class="parameter">filename</replaceable>'
|
||||
<title>See Also</title>
|
||||
|
||||
<para>
|
||||
<xref linkend="sql-createfunction">
|
||||
<xref linkend="sql-createfunction"/>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Reference in New Issue
Block a user