1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Minor documentation cleanup and improvement.

This commit is contained in:
Neil Conway
2004-09-20 00:04:19 +00:00
parent fa8eb8a726
commit f6279e9ed7
10 changed files with 56 additions and 26 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.10 2004/04/22 11:46:22 tgl Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.11 2004/09/20 00:04:19 neilc Exp $
PostgreSQL documentation
-->
@@ -105,6 +105,15 @@ EXECUTE <replaceable class="PARAMETER">plan_name</replaceable> [ (<replaceable c
syntax.
</para>
</refsect1>
<refsect1>
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="sql-deallocate" endterm="sql-deallocate-title"></member>
<member><xref linkend="sql-prepare" endterm="sql-prepare-title"></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file