projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ef4dd
)
Fix psql ref typo.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 30 Oct 2005 03:01:49 +0000
(
03:01
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 30 Oct 2005 03:01:49 +0000
(
03:01
+0000)
Andreas Seltenreich
doc/src/sgml/ref/psql-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/psql-ref.sgml
b/doc/src/sgml/ref/psql-ref.sgml
index b89092ea2d2b1f92e78e6369604a80446385a062..77f3eb64e6f35106f8afc7609b9440c4453c9d97 100644
(file)
--- a/
doc/src/sgml/ref/psql-ref.sgml
+++ b/
doc/src/sgml/ref/psql-ref.sgml
@@
-2107,7
+2107,7
@@
bar
files. When <literal>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 <command>SAVEPONT</> for you, just before each command
+ implicit <command>SAVEPO
I
NT</> for you, just before each command
that is in a transaction block, and rolls back to the savepoint
on error.
</para>