|
1 | 1 | <!--
|
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 $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -2107,7 +2107,7 @@ bar
|
2107 | 2107 | files. When <literal>off</> (the default), a statement in a
|
2108 | 2108 | transaction block that generates an error aborts the entire
|
2109 | 2109 | 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 |
2111 | 2111 | that is in a transaction block, and rolls back to the savepoint
|
2112 | 2112 | on error.
|
2113 | 2113 | </para>
|
|