Re: VIP: new format for psql - shell - simple using psql in shell - Mailing list pgsql-hackers

From Tom Lane
Subject Re: VIP: new format for psql - shell - simple using psql in shell
Date
Msg-id 24636.1338050620@sss.pgh.pa.us
Whole thread Raw
In response to Re: VIP: new format for psql - shell - simple using psql in shell  (Bruce Momjian <bruce@momjian.us>)
Responses Re: VIP: new format for psql - shell - simple using psql in shell
Re: VIP: new format for psql - shell - simple using psql in shell
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> On Sat, May 26, 2012 at 05:39:23PM +0200, Pavel Stehule wrote:
>> I proposed new psql's format "shell". This format is optimized for
>> processing returned result in shell:

> I am unclear exactly how this relates to shells.

What I'm unclear on is why we'd want to encourage that style of
programming.  The most charitable prediction of performance is that it
would suck --- not only do you have all the inefficiencies inherent in
row-by-row result processing with a shell script, but you're forcing a
separate database connection for each query.  And I don't actually see
where it would be especially convenient to use, compared to say perl
or python or other scripting languages.  I'd rather see us worrying
about the convenience of cases like
psql ... | perl -e ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: VIP: new format for psql - shell - simple using psql in shell
Next
From: Pavel Stehule
Date:
Subject: Re: VIP: new format for psql - shell - simple using psql in shell