Re: doing %-expansion in plpgsql RAISE USING - Mailing list pgsql-hackers

From Tom Lane
Subject Re: doing %-expansion in plpgsql RAISE USING
Date
Msg-id 21970.1249393917@sss.pgh.pa.us
Whole thread Raw
In response to doing %-expansion in plpgsql RAISE USING  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: doing %-expansion in plpgsql RAISE USING  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> It seems there's no way to do %-expansion in plpgsql when one is using
> RAISE USING:

That's intentional.  Just use string concatenation if you need a
run-time-variable message.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: async notification patch for dblink
Next
From: Pavel Stehule
Date:
Subject: Re: doing %-expansion in plpgsql RAISE USING