Re: [PATCHES] selecting large result sets in psql using

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCHES] selecting large result sets in psql using
Дата
Msg-id 200608181435.14446.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: [PATCHES] selecting large result sets in psql using  (Chris Mair <chrisnospam@1006.org>)
Ответы Re: [PATCHES] selecting large result sets in psql using  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Bug with initDB under windows 2003
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Going for "all green" buildfarm results