Re: Convert raw fields into Datum

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Convert raw fields into Datum
Дата
Msg-id 15230.1412774366@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Convert raw fields into Datum  (sri harsha <sriharsha9992@gmail.com>)
Список pgsql-general
sri harsha <sriharsha9992@gmail.com> writes:
>   I have the raw fields of a particular row in char * . Now my requirement
> is to convert these value into datum * . How should i go about this ? Does
> converting into datum depends on the type of the field too ?

Yes.  You are probably looking for BuildTupleFromCStrings().

            regards, tom lane


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: psql connection issue
Следующее
От: Israel Brewster
Дата:
Сообщение: Sync production DB with development?