Re: libpq object hooks -- needs copy result

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: libpq object hooks -- needs copy result
Дата
Msg-id 4810B71B.90906@esilo.com
обсуждение исходный текст
Ответ на libpq object hooks -- needs copy result  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-hackers
Merlin Moncure wrote:
> 
> With an eye towards sideband utility, we are suggesting:
> PQcopyResult(PGresult *dest, const PGresult *src, int numAttributes,
> PGresAttDesc *attDescs, int options);
> 

Small correction on that prototype.

PGresult *
PQcopyResult(const PGresult *src, int numAttributes,  PGresAttDesc *attDescs, int options);

The 'dest' result is returned, not provided as an argument.

andrew


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Is this TODO item done?
Следующее
От: "Brendan Jurd"
Дата:
Сообщение: Re: [GENERAL] I think this is a BUG?