summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2005-10-30 03:01:49 +0000
committerBruce Momjian2005-10-30 03:01:49 +0000
commit9c67981683efc6756d68cf1c67fa668928622a6d (patch)
tree46bf8edb067e20013693dd6210aac93122b7814d
parent9ee0a7df507b09b45f60d55287589d2d89b6f8cd (diff)
Fix psql ref typo.
Andreas Seltenreich
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index f917bc4c69..90ec8e00f5 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.151 2005/10/28 02:39:07 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.152 2005/10/30 03:01:49 momjian Exp $
PostgreSQL documentation
-->
@@ -2107,7 +2107,7 @@ bar
files. When <literal>off</> (the default), a statement in a
transaction block that generates an error aborts the entire
transaction. The on_error_rollback-on mode works by issuing an
- implicit <command>SAVEPONT</> for you, just before each command
+ implicit <command>SAVEPOINT</> for you, just before each command
that is in a transaction block, and rolls back to the savepoint
on error.
</para>