errmsg and multi-byte strings.
Started by Ivan Sergio Borgonovoabout 16 years ago2 messagesgeneral
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.
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