Re: What is the fastest way to get a resultset

From: "Bupp Phillips" <hello(at)noname(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: What is the fastest way to get a resultset
Date: 2003-08-27 05:56:10
Message-ID: bihh5c$26ep$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

So there are no settings for PG to can give me this same (fast) capability
just by issuing a SQL statement thru the ODBC driver?

The reason I can't go the route of a DECLARE CURSOR is because my
application runs on multiple databases, so I have stay clear of certain
routines that may are may not be supported on another database.

"Neil Conway" <neilc(at)samurai(dot)com> wrote in message
news:20030826182624(dot)GF64198(at)home(dot)samurai(dot)com(dot)(dot)(dot)
> On Tue, Aug 26, 2003 at 02:18:23AM -0700, Bupp Phillips wrote:
> > It there a way to get server side cursors with Postgresql like SQLServer
has
> > or is this a limitation that it has?
>
> http://www.postgresql.org/docs/7.3/static/sql-declare.html
> http://www.postgresql.org/docs/7.3/static/sql-fetch.html
>
> -Neil
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Shridhar Daithankar 2003-08-27 06:54:40 Re: Sun vs a P2. Interesting results.
Previous Message Dennis Gearon 2003-08-27 04:33:59 Re: Replication Ideas