pgsql: Add some index entries for RAISE and exception handling in - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Add some index entries for RAISE and exception handling in
Date
Msg-id 20050210060822.D85958B9F24@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add some index entries for RAISE and exception handling in PL/PgSQL. Per
suggestion from Rainer Brandt.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        plpgsql.sgml (r1.59 -> r1.60)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.59&r2=1.60)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Improvements to documentation of shared memory configuration
Next
From: meskes@svr1.postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Fixed more parsing bugs in other CREATE statements as pointed out