Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Alex Hunsaker <badalex(at)gmail(dot)com>, Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout
Date: 2008-04-16 22:52:47
Message-ID: 20080416155247.4b133b18@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Wed, 16 Apr 2008 18:50:28 -0400
Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:

>
>
> Alex Hunsaker wrote:
> >
> >
> > Sorry if i missed the obvious reason not to do this... but if its a
> > command line option the user can choose. Why not something like
> > this (i did it for pg_dump only...)
> >
> >
> >
> Actually, it's probably more important to be selectable at restore
> time than at dump time, so if you're doing just one ...
>
> This whole thing set me wondering whether or not we should provide a
> more general command-line facility to psql and pg_restore, and maybe
> others, to do some session setup before running their commands.
>
> Of course, there's no reason we couldn't have both.

That is an interesting idea. Something like:

pg_restore -E "SET STATEMENT_TIMEOUT=0; SET MAINTENANCE_WORK_MEM=1G" ?

Sincerely,

Joshua D. Drake

>
> cheers
>
> andrew
>

--
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2008-04-16 22:54:49 Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout
Previous Message Andrew Dunstan 2008-04-16 22:50:28 Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2008-04-16 22:54:49 Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout
Previous Message Andrew Dunstan 2008-04-16 22:50:28 Re: Patch for Prevent pg_dump/pg_restore from being affected by statement_timeout