pgsql: Minor documentation update for RAISE expression patch. - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Minor documentation update for RAISE expression patch.
Date
Msg-id 20050619233905.D138B528AA@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Minor documentation update for RAISE expression patch.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        plpgsql.sgml (r1.72 -> r1.73)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.72&r2=1.73)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid unnecessary palloc overhead in _bt_first().
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix bogus assumption that sizeof() produces an int-sized result.