PQmakeResult patch

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема PQmakeResult patch
Дата
Msg-id b42b73150804150732s42d2c1e1i167aec07e2f3522a@mail.gmail.com
обсуждение исходный текст
Список pgsql-patches
Here is a patch to add a few functions to libpq:

PQmakeResult: creates a new result with attributes but no rows
PQsetValue: set a field inside a result, creating a row if necessary
(but only one at a time)
PQresultAlloc (basically public wrapper to existing internal function).

also, the attribute structure (but not the result) is moved to the
public header.

We thought these functions, particularly PQsetValue, are something
positive that came out of the libpqtypes dicussions.

merlin

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Terminating a backend
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: lc_time and localized dates