8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee0a7d commit 9c67981Copy full SHA for 9c67981
doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -2107,7 +2107,7 @@ bar
2107
files. When <literal>off</> (the default), a statement in a
2108
transaction block that generates an error aborts the entire
2109
transaction. The on_error_rollback-on mode works by issuing an
2110
- implicit <command>SAVEPONT</> for you, just before each command
+ implicit <command>SAVEPOINT</> for you, just before each command
2111
that is in a transaction block, and rolls back to the savepoint
2112
on error.
2113
</para>
0 commit comments