summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/explain.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut2017-11-23 14:39:47 +0000
committerPeter Eisentraut2017-11-23 14:44:28 +0000
commit3c49c6facb22cdea979f5d1465ba53f972d32163 (patch)
treea7da6a95fdb79a3fa313fb74afda16b746f8704e /doc/src/sgml/ref/explain.sgml
parent2f8d6369e60a244f28e0c93b8a02e73758322915 (diff)
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
Diffstat (limited to 'doc/src/sgml/ref/explain.sgml')
-rw-r--r--doc/src/sgml/ref/explain.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml
index a32c1505111..8dc0d7038ac 100644
--- a/doc/src/sgml/ref/explain.sgml
+++ b/doc/src/sgml/ref/explain.sgml
@@ -260,7 +260,7 @@ ROLLBACK;
The command's result is a textual description of the plan selected
for the <replaceable class="parameter">statement</replaceable>,
optionally annotated with execution statistics.
- <xref linkend="using-explain"> describes the information provided.
+ <xref linkend="using-explain"/> describes the information provided.
</para>
</refsect1>
@@ -276,7 +276,7 @@ ROLLBACK;
the <link linkend="autovacuum">autovacuum daemon</link> will take care
of that automatically. But if a table has recently had substantial
changes in its contents, you might need to do a manual
- <xref linkend="sql-analyze"> rather than wait for autovacuum to catch up
+ <xref linkend="sql-analyze"/> rather than wait for autovacuum to catch up
with the changes.
</para>
@@ -450,7 +450,7 @@ EXPLAIN ANALYZE EXECUTE query(100, 200);
<title>See Also</title>
<simplelist type="inline">
- <member><xref linkend="sql-analyze"></member>
+ <member><xref linkend="sql-analyze"/></member>
</simplelist>
</refsect1>
</refentry>