Re: general PG network slowness (possible cure) (repost)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: general PG network slowness (possible cure) (repost)
Дата
Msg-id 28399.1180138753@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: general PG network slowness (possible cure) (repost)  ("Peter T. Breuer" <ptb@inv.it.uc3m.es>)
Ответы Re: general PG network slowness (possible cure) (repost)  ("Peter T. Breuer" <ptb@inv.it.uc3m.es>)
Список pgsql-performance
"Peter T. Breuer" <ptb@inv.it.uc3m.es> writes:
> But can I prepare a DECLARE x BINARY CURSOR FOR SELECT ...  statement?
> The manual seems to say no.

No, you just prepare the SELECT.  At the protocol level, DECLARE CURSOR
is a tad useless.  You can still fetch the data in binary if you want...

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Adding disks/xlog & index
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Adding disks/xlog & index