From: Neil Conway Date: Sun, 19 Jun 2005 23:39:05 +0000 (+0000) Subject: Minor documentation update for RAISE expression patch. X-Git-Tag: REL8_1_0BETA1~518 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=577247b023c29eba0f30711934caabaadcabef23;p=postgresql Minor documentation update for RAISE expression patch. --- diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 1389727527..b202bba7b4 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,5 +1,5 @@ @@ -2512,7 +2512,7 @@ COMMIT; raise errors. -RAISE level 'format' , variable , ...; +RAISE level 'format' , expression , ...; Possible levels are DEBUG,