mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +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:
@@ -76,7 +76,7 @@ DROP TRANSFORM [ IF EXISTS ] FOR <replaceable>type_name</replaceable> LANGUAGE <
|
||||
<para>
|
||||
Automatically drop objects that depend on the transform,
|
||||
and in turn all objects that depend on those objects
|
||||
(see <xref linkend="ddl-depend">).
|
||||
(see <xref linkend="ddl-depend"/>).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -110,7 +110,7 @@ DROP TRANSFORM FOR hstore LANGUAGE plpythonu;
|
||||
<para>
|
||||
This form of <command>DROP TRANSFORM</command> is a
|
||||
<productname>PostgreSQL</productname> extension. See <xref
|
||||
linkend="sql-createtransform"> for details.
|
||||
linkend="sql-createtransform"/> for details.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -118,7 +118,7 @@ DROP TRANSFORM FOR hstore LANGUAGE plpythonu;
|
||||
<title>See Also</title>
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-createtransform"></member>
|
||||
<member><xref linkend="sql-createtransform"/></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
|
Reference in New Issue
Block a user