Re: How to insert wchar_t type string to PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to insert wchar_t type string to PostgreSQL
Дата
Msg-id 3097.1274362497@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to insert wchar_t type string to PostgreSQL  (Yan Cheng CHEOK <yccheok@yahoo.com>)
Список pgsql-general
Yan Cheng CHEOK <yccheok@yahoo.com> writes:
> May I know, how I can store wchar_t * typed string into PostgreSQl, using C library?

You can't; you have to convert to whatever the client_encoding is.

            regards, tom lane

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

Предыдущее
От: Hernan Danielan
Дата:
Сообщение: Re: Connection lost
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Connection lost