Remove mention that we can't trap function errors.
authorBruce Momjian
Sat, 31 Jul 2004 04:22:46 +0000 (04:22 +0000)
committerBruce Momjian
Sat, 31 Jul 2004 04:22:46 +0000 (04:22 +0000)
doc/src/sgml/release.sgml

index f1eb9b454c00cc114399e5d58077c46f2626470a..145cf88d14189228449d48a128af47b8c201d447 100644 (file)
@@ -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.