Skip to content

Commit 9c67981

Browse files
committed
Fix psql ref typo.
Andreas Seltenreich
1 parent 9ee0a7d commit 9c67981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.151 2005/10/28 02:39:07 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.152 2005/10/30 03:01:49 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -2107,7 +2107,7 @@ bar
21072107
files. When <literal>off</> (the default), a statement in a
21082108
transaction block that generates an error aborts the entire
21092109
transaction. The on_error_rollback-on mode works by issuing an
2110-
implicit <command>SAVEPONT</> for you, just before each command
2110+
implicit <command>SAVEPOINT</> for you, just before each command
21112111
that is in a transaction block, and rolls back to the savepoint
21122112
on error.
21132113
</para>

0 commit comments

Comments
 (0)