Re: Proposal to add --single-row to psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Manning <c(at)christophermanning(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal to add --single-row to psql
Date: 2013-04-23 16:05:25
Message-ID: 5106.1366733125@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher Manning <c(at)christophermanning(dot)org> writes:
> I'm proposing to add a --single-row option to psql that would allow the
> result rows of a query to be streamed to a file without collecting them in
> memory first.

Isn't there already a way to set FETCH_COUNT from the command line?
(ie, I think there's a generic variable-assignment facility that could
do this)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-04-23 16:05:48 Re: Couple of issues with pg_xlogdump
Previous Message Pavel Stehule 2013-04-23 15:48:01 Re: Proposal to add --single-row to psql