On Wed, 2005-02-09 at 15:38 +0100, Rainer Brandt wrote:
> a suggestion for a small improvement in the 8.0 manual:
>
> The term 'raise' (see section 35.9) is not in the index.
Thanks for the suggestion; I've applied the attached patch to CVS HEAD.
-Neil
Index: doc/src/sgml/plpgsql.sgml
===================================================================
RCS file: /var/lib/cvs/pgsql/doc/src/sgml/plpgsql.sgml,v
retrieving revision 1.59
diff -c -r1.59 plpgsql.sgml
*** doc/src/sgml/plpgsql.sgml 10 Feb 2005 05:01:07 -0000 1.59
--- doc/src/sgml/plpgsql.sgml 10 Feb 2005 05:21:57 -0000
***************
*** 1901,1906 ****
--- 1901,1911 ----
<sect2 id="plpgsql-error-trapping">
<title>Trapping Errors</title>
+ <indexterm>
+ <primary>exceptions</primary>
+ <secondary>in PL/PgSQL</secondary>
+ </indexterm>
+
<para>
By default, any error occurring in a <application>PL/pgSQL</>
function aborts execution of the function, and indeed of the
***************
*** 2339,2344 ****
--- 2344,2358 ----
<sect1 id="plpgsql-errors-and-messages">
<title>Errors and Messages</title>
+ <indexterm>
+ <primary>RAISE</primary>
+ </indexterm>
+
+ <indexterm>
+ <primary>reporting errors</primary>
+ <secondary>in PL/PgSQL</secondary>
+ </indexterm>
+
<para>
Use the <command>RAISE</command> statement to report messages and
raise errors.
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])