diff options
author | Bruce Momjian | 2003-09-11 21:42:20 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-09-11 21:42:20 +0000 |
commit | 2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd (patch) | |
tree | 8fd74276df40409a21401ab2261b99d7ff7eb579 /doc/src/sgml/ref/end.sgml | |
parent | 3d48045ae12dd3d5364dcaf1c12386e5936fb277 (diff) |
This patch fixes a few missed GUC variables that were still upper case,
makes a few more small improvements to runtime.sgml, and makes some SGML
conventions more consistent.
Neil Conway
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 a56539f37b7..7772184ae83 100644 --- a/doc/src/sgml/ref/end.sgml +++ b/doc/src/sgml/ref/end.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/end.sgml,v 1.10 2003/08/31 17:32:23 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/end.sgml,v 1.11 2003/09/11 21:42:20 momjian Exp $ PostgreSQL documentation --> @@ -30,9 +30,9 @@ END [ WORK | TRANSACTION ] <para> <command>END</command> commits the current transaction. All changes made by the transaction become visible to others and are guaranteed - to be durable if a crash occurs. It is a PostgreSQL extension that - is equivalent to <xref linkend="sql-commit" - endterm="sql-commit-title">. + to be durable if a crash occurs. It is a + <productname>PostgreSQL</productname> extension that is equivalent + to <xref linkend="sql-commit" endterm="sql-commit-title">. </para> </refsect1> |