Allow the parameters to PL/PgSQL's RAISE statement to be expressions,

Neil Conway <neilc@samurai.com>

Commit: d6636543c4becc4ba9989af8e5b490e1ee2e7c0e
Author: Neil Conway <neilc@samurai.com>
Date: 2005-06-14T06:43:15Z
Releases: 8.1.0
Allow the parameters to PL/PgSQL's RAISE statement to be expressions,
instead of just scalar variables. Add regression tests and update the
documentation. Along the way, remove some redundant error checking
code from exec_stmt_perform().

Original patch from Pavel Stehule, reworked by Neil Conway.

Files