Re: [HACKERS] Re: [INTERFACES] retrieving varchar size

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Re: [INTERFACES] retrieving varchar size
Дата
Msg-id 4218.893688725@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: [INTERFACES] retrieving varchar size  (dg@illustra.com (David Gould))
Список pgsql-hackers
dg@illustra.com (David Gould) writes:
> Or we might even make PQexec return as soon as the query is sent and parsed.
> It could ruturn a handle to the query that could be used to get results later.
> Perhaps a polling form might be added too:

We're way ahead of you ;-).  See last week's discussion on "Proposal
for async support in libpq" (it was only on the hackers list, not
interfaces).  I have already implemented the original proposal, though
not tested it fully.

The proposal will have to be modified some to deal with this notion
of returning multiple results from a single query.  I haven't worked
out exactly what I'd like to see, but it won't be too far different
from what David is envisioning.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [INTERFACES] retrieving varchar size
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: retrieving varchar size