projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a393fbf
)
Remove mention that we can't trap function errors.
author
Bruce Momjian
Sat, 31 Jul 2004 04:22:46 +0000
(
04:22
+0000)
committer
Bruce Momjian
Sat, 31 Jul 2004 04:22:46 +0000
(
04:22
+0000)
doc/src/sgml/release.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release.sgml
b/doc/src/sgml/release.sgml
index f1eb9b454c00cc114399e5d58077c46f2626470a..145cf88d14189228449d48a128af47b8c201d447 100644
(file)
--- a/
doc/src/sgml/release.sgml
+++ b/
doc/src/sgml/release.sgml
@@
-1,5
+1,5
@@
@@
-72,8
+72,6
@@
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.272 2004/07/28 14:28:57 momjian
release had no such capability; there was no way to recover from
a statement failure in a transation. This feature is valuable
for application writers that required complex transaction control.
- Future releases will add similar exception handling to server-side
- languages.