Re: Proposal: real procedures again (8.4)

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Proposal: real procedures again (8.4)
Дата
Msg-id 87ejfdd0pi.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Proposal: real procedures again (8.4)  (Hannu Krosing <hannu@skype.net>)
Ответы Re: Proposal: real procedures again (8.4)  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
"Hannu Krosing" <hannu@skype.net> writes:

> What I was referring to, was a "code cleanup" of libpq several years
> ago, when someone (maybe Bruce IIRC) removed ability to accept multiple
> recordsets from backend altogether, on the basis that it is not used
> anyway.

You can still receive multiple record sets just fine using libpq. psql doesn't
handle them but they're there. When I was doing the concurrent psql patch I
also had it handling multiple record sets.

Something else you may be thinking of, I don't think it's legal to do queries
like "select 1 ; select 2" in the new protocol. That was legal in the old
protocol.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's Slony Replication
support!


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Proposal: real procedures again (8.4)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Proposal: real procedures again (8.4)