Alvaro Herrera <[email protected]> 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
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
