From: Bruce Momjian Date: Sun, 30 Oct 2005 03:01:49 +0000 (+0000) Subject: Fix psql ref typo. X-Git-Tag: REL8_1_0RC1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c67981683efc6756d68cf1c67fa668928622a6d;p=thirdparty%2Fpostgresql.git Fix psql ref typo. Andreas Seltenreich --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index f917bc4c690..90ec8e00f5b 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -2107,7 +2107,7 @@ bar files. When 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 SAVEPONT for you, just before each command + implicit SAVEPOINT for you, just before each command that is in a transaction block, and rolls back to the savepoint on error.