Re: Proposal to add --single-row to psql - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Proposal to add --single-row to psql
Date
Msg-id 5106.1366733125@sss.pgh.pa.us
Whole thread Raw
In response to Proposal to add --single-row to psql  (Christopher Manning <c@christophermanning.org>)
Responses Re: Proposal to add --single-row to psql
List pgsql-hackers
Christopher Manning <c@christophermanning.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



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Proposal to add --single-row to psql
Next
From: Andres Freund
Date:
Subject: Re: Couple of issues with pg_xlogdump