Re: [BUGS] Glitch: cannot use Arrays with Raise Notice

2004-03-11 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > I can reproduce this with cvs tip -- I'll check into it. It's no surprise --- plpgsql's RAISE doesn't take anything but a string literal for the format, and unadorned variable names for the additional parameters. It ought to be generalized some time ...

Re: [BUGS] Glitch: cannot use Arrays with Raise Notice

2004-03-11 Thread Joe Conway
Josh Berkus wrote: Bug: Cannot Use Arrays with Raise Notice in PL/pgSQL. Version Tested: 7.4.1 Severity: Annoyance Description: Attempting to pass an array element to Raise Notice in PL/pgSQL will produce a parse error: I can reproduce this with cvs tip -- I'll check into it. Thanks, Joe --