On Fri, Oct 03, 2003 at 11:31:02AM -0400, Tom Lane wrote:
>
> So essentially PQescapeString is going to become like strncpy --- stop
> at either \0 or the given count.
I've no idea whether this makes sense, but as a matter of style, shouldn't
strings containing '\0's be escaped as binary strings anyway? And if we're
going to see multibyte encodings growing in popularity (lots of zeroes and
"high" byte values), perhaps PQescapeString should even be deprecated?
Jeroen