Re: Function for retreiving datatype

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Function for retreiving datatype
Дата
Msg-id 20050110222038.GA6572@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Function for retreiving datatype  (Brendan Jurd <blakjak@blakjak.sytes.net>)
Ответы Re: Function for retreiving datatype  (Brendan Jurd <blakjak@blakjak.sytes.net>)
Список pgsql-general
On Tue, Jan 11, 2005 at 08:29:33AM +1100, Brendan Jurd wrote:

> My post was all about finding out whether postgres has this
> functionality.

Certainly PostgreSQL provides a way to discover a row's column
types, but how to do it depends on where you're trying to do it
from.  If you're writing a client program in C using libpq, you
could use the functions documented under "Retrieving Query Result
Information" in the "Command Execution Functions" section of the
libpq chapter of the documentation.  If you're writing a client
program using ECPG then you could use a descriptor area.  If you're
writing a server-side C program that makes queries via SPI then you
could use the functions defined under "Interface Support Functions"
in the "Server Programming Interface" chapter.

Is that what you're looking for?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: large dbII to postgresql migration
Следующее
От: Brendan Jurd
Дата:
Сообщение: Re: Function for retreiving datatype