Re: [PATCHES] selecting large result sets in psql using - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCHES] selecting large result sets in psql using
Date
Msg-id 200608181435.14446.peter_e@gmx.net
Whole thread Raw
In response to Re: [PATCHES] selecting large result sets in psql using  (Chris Mair <chrisnospam@1006.org>)
Responses Re: [PATCHES] selecting large result sets in psql using
List pgsql-hackers
Am Donnerstag, 17. August 2006 20:05 schrieb Chris Mair:
> \gc sounds like a good idea to me :)

Strictly speaking, in the randomly defined grammer of psql, \gc is \g with an
argument of 'c' (try it, it works).

I'm not sure what use case you envision for this feature.  Obviously, this is
for queries with large result sets.  I'd guess that people will not normally
look at those result sets interactively.  If the target audience is instead
psql scripting, you don't really need the most convenient command possible.
A \set variable would make sense to me.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Bug with initDB under windows 2003
Next
From: Peter Eisentraut
Date:
Subject: Re: Going for "all green" buildfarm results