Re: PQescapeString handling of \0

Поиск
Список
Период
Сортировка
От Jeroen T. Vermeulen
Тема Re: PQescapeString handling of \0
Дата
Msg-id 20031003155101.GC75826@xs4all.nl
обсуждение исходный текст
Ответ на Re: PQescapeString handling of \0  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: PQescapeString handling of \0
Список pgsql-interfaces
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



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: PQescapeString handling of \0
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PQescapeString handling of \0