On Tue, Feb 27, 2001 at 08:40:27AM -0300, Tulio Oliveira wrote:
> But the RAISE EXCEPTION don't accept variables, only a CONTANT STRING.
>
> Nor strigs concatenation are supported ........
You can add variables to the string, like this:
RAISE EXCEPTION "Record % has same name as record %", new.name,
other.name;
--
Bruce