Re: PQgetvalue() question

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PQgetvalue() question
Дата
Msg-id 200909261244.n8QCin528537@momjian.us
обсуждение исходный текст
Ответ на PQgetvalue() question  (ayen.krida@gmail.com)
Список pgsql-general
> Can anyone help me with this?
>
> In what encoding the function PQgetvalue() return?
> ASCII? UTF8?

It returns in whatever client encoding you are using:

    test=> SHOW client_encoding;
     client_encoding
    -----------------
     SQL_ASCII
    (1 row)

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: Ricky Tompu Breaky
Дата:
Сообщение: Re: Newbie's question: How can I connect to my postgresql-server?
Следующее
От: Ricky Tompu Breaky
Дата:
Сообщение: How should the first step of PostgreSQL implementation should be?