Thread: errmsg and multi-byte strings.

errmsg and multi-byte strings.

From
Ivan Sergio Borgonovo
Date:
How am I supposed to output multibyte strings in an errmsg (and Co.)
as in

errmsg("operator not permitted '%s'", mbstring)

thanks

--
Ivan Sergio Borgonovo
http://www.webthatworks.it


Re: errmsg and multi-byte strings.

From
Tom Lane
Date:
Ivan Sergio Borgonovo <mail@webthatworks.it> writes:
> How am I supposed to output multibyte strings in an errmsg (and Co.)
> as in

> errmsg("operator not permitted '%s'", mbstring)

As long as it's in the current database encoding, you just do it,
just like that.

            regards, tom lane