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

From: Christopher Manning <c(at)christophermanning(dot)org>
To: fabriziomello(at)gmail(dot)com
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Proposal to add --single-row to psql
Date: 2013-04-24 22:25:26
Message-ID: CAEYkp91gpZ9MdYXNHf1aZ7zfBLkXufAvd_gDRwk9_dmeSxPgqw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fabrízio and Tom,

I know that you can use --variable="FETCH_COUNT=10000" from the
psql command line, but internally that uses a CURSOR to batch the rows and
[Redshift doesn't support CURSOR](
https://forums.aws.amazon.com/thread.jspa?threadID=122664&tstart=0) so it's
not an option when using psql to download data from Redshift.

Pavel's idea of having a single row mode option to replace FETCH_COUNT is
interesting, does anyone have any problems with that or alternative ideas?

Regards,
Christopher

On Wed, Apr 24, 2013 at 7:04 AM, Fabrízio de Royes Mello <
fabriziomello(at)gmail(dot)com> wrote:

>
> On Tue, Apr 23, 2013 at 1:05 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >
> > 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)
> >
>
> Christopher,
>
> Tom is all right... from psql [1] command line we can do that:
>
> $ bin/psql --variable=FETCH_COUNT=100
> psql (9.3devel)
> Type "help" for help.
>
> fabrizio=# \echo :FETCH_COUNT
> 100
>
> Regards,
>
> [1]
> http://www.postgresql.org/docs/current/interactive/app-psql.html#AEN84903
>
> --
> Fabrízio de Royes Mello
> Consultoria/Coaching PostgreSQL
> >> Blog sobre TI: http://fabriziomello.blogspot.com
> >> Perfil Linkedin: http://br.linkedin.com/in/fabriziomello
> >> Twitter: http://twitter.com/fabriziomello
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2013-04-24 23:12:05 danger of stats_temp_directory = /dev/shm
Previous Message Claudio Freire 2013-04-24 21:55:17 Re: Allowing parallel pg_restore from pipe