Re: Glitch: cannot use Arrays with Raise Notice

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: josh(at)agliodbs(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Glitch: cannot use Arrays with Raise Notice
Date: 2004-03-11 20:26:01
Message-ID: 1569.1079036761@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Joe Conway <mail(at)joeconway(dot)com> 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 ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-03-11 20:43:10 Re: BUG #1100: pd_dump doesn't work with upper case table names
Previous Message PostgreSQL Bugs List 2004-03-11 20:15:29 BUG #1100: pd_dump doesn't work with upper case table names