1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

Minor documentation improvements.

This commit is contained in:
Neil Conway
2004-01-11 05:46:58 +00:00
parent e97b8f2da9
commit 024f3fa52f
6 changed files with 28 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/begin.sgml,v 1.28 2004/01/10 02:21:08 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/begin.sgml,v 1.29 2004/01/11 05:46:58 neilc Exp $
PostgreSQL documentation
-->
@@ -76,9 +76,9 @@ BEGIN [ WORK | TRANSACTION ]
</variablelist>
<para>
See under <xref linkend="sql-set-transaction"
endterm="sql-set-transaction-title"> about the meaning of the
other parameters.
Refer to <xref linkend="sql-set-transaction"
endterm="sql-set-transaction-title"> for information on the meaning
of the other parameters to this statement.
</para>
</refsect1>
@@ -142,6 +142,7 @@ BEGIN;
<title>See Also</title>
<simplelist type="inline">
<member><xref linkend="sql-start-transaction" endterm="sql-start-transaction-title"></member>
<member><xref linkend="sql-commit" endterm="sql-commit-title"></member>
<member><xref linkend="sql-rollback" endterm="sql-rollback-title"></member>
</simplelist>