Re: general PG network slowness (possible cure) (repost) - Mailing list pgsql-performance

From Tom Lane
Subject Re: general PG network slowness (possible cure) (repost)
Date
Msg-id 28399.1180138753@sss.pgh.pa.us
Whole thread Raw
In response to Re: general PG network slowness (possible cure) (repost)  ("Peter T. Breuer" <ptb@inv.it.uc3m.es>)
Responses Re: general PG network slowness (possible cure) (repost)  ("Peter T. Breuer" <ptb@inv.it.uc3m.es>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Adding disks/xlog & index
Next
From: Gregory Stark
Date:
Subject: Re: Adding disks/xlog & index