diff options
Diffstat (limited to 'doc/src/sgml/ref/end.sgml')
-rw-r--r-- | doc/src/sgml/ref/end.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/end.sgml b/doc/src/sgml/ref/end.sgml index 8b8f4f0dbb9..498652919ad 100644 --- a/doc/src/sgml/ref/end.sgml +++ b/doc/src/sgml/ref/end.sgml @@ -33,7 +33,7 @@ END [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ] made by the transaction become visible to others and are guaranteed to be durable if a crash occurs. This command is a <productname>PostgreSQL</productname> extension - that is equivalent to <xref linkend="sql-commit"/>. + that is equivalent to <link linkend="sql-commit"><command>COMMIT</command></link>. </para> </refsect1> @@ -69,7 +69,7 @@ END [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ] <title>Notes</title> <para> - Use <xref linkend="sql-rollback"/> to + Use <link linkend="sql-rollback"><command>ROLLBACK</command></link> to abort a transaction. </para> @@ -94,8 +94,8 @@ END; <para> <command>END</command> is a <productname>PostgreSQL</productname> - extension that provides functionality equivalent to <xref - linkend="sql-commit"/>, which is + extension that provides functionality equivalent to <link + linkend="sql-commit"><command>COMMIT</command></link>, which is specified in the SQL standard. </para> </refsect1> |