From 481f7fa53b3314307665a2a6a4546285f1abe696 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 30 Oct 2005 03:01:49 +0000 Subject: [PATCH] Fix psql ref typo. Andreas Seltenreich --- doc/src/sgml/ref/psql-ref.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index b89092ea2d..77f3eb64e6 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -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. -- 2.39.5