On Thu, Jan 12, 2006 at 08:14:42PM -0500, John DeSoi wrote:
> I have two identical functions below, the only difference is I
> declared my variable name to be 'info' instead of 'stuff'. I could
> not find anywhere in the docs that 'info' has any special meaning.
'info' only seems special in PL/pgSQL, presumably because it's one
of the possible RAISE levels. You should also get an error if you
try 'exception', 'warning', etc.
--
Michael Fuhr