Re: pgbench \for or similar loop - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: pgbench \for or similar loop
Date
Msg-id BANLkTikrnbZMYRx3Q=0pmofHb7vRKK9-gA@mail.gmail.com
Whole thread Raw
In response to Re: pgbench \for or similar loop  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
On Tue, Apr 19, 2011 at 11:49 AM, Alvaro Herrera
<alvherre@commandprompt.com> wrote:
> Excerpts from Robert Haas's message of mar abr 19 13:33:27 -0300 2011:
>> On Tue, Apr 19, 2011 at 12:27 PM, Christopher Browne <cbbrowne@gmail.com> wrote:
>> > On Tue, Apr 19, 2011 at 12:22 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>> >> Yeah.  I was wondering if anyone was gung-ho enough about this to
>> >> implement some kind of library that both programs could draw on.
>> >>
>> >> It probably wouldn't be super-hard, if we could agree on a rough design.
>> >
>> > It seems to me that the Mo Betta answer would be to implement the
>> > fabled "stored procedure" language, that has, as its distinctive, the
>> > capability to control transactions.  That would have the capability of
>> > being used in places other than just inside psql.
>> >
>> > And it would be a good way for scripting things like specialized
>> > vacuum and analyze regimens, which cannot be done inside stored
>> > functions today.
>>
>> Well, I'm all good with that, too, but am not fired up about either
>> one to implement it myself.  So I think it's going to come down to
>> what the person doing the work feels most strongly about.
>
> I'm not at all fired up about stored procedures.  The \for pgbench
> feature I'm proposing is 2 orders of magnitude less code than that.

...and gets you some of the same benefits.  are you sure it belongs in
pgbench though, and not psql?  it would be pretty weird to have to
switch to pgbench to do fancy sql scripting...i'd happily do it
though.

merlin


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: pgbench \for or similar loop
Next
From: Alvaro Herrera
Date:
Subject: Re: REINDEX vs broken HOT chains, redux