Re: set statement_timeout does not work

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Jun Wang <junw2000(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: set statement_timeout does not work
Date: 2010-03-30 17:44:14
Message-ID: dcc563d11003301044k1fdc7003we99c1bd1c03cdf4e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Mar 29, 2010 at 8:33 PM, Jun Wang <junw2000(at)gmail(dot)com> wrote:
> Hi,
>
> I try to set the statement_timeout so that "select pg_stop_backup();"
> will not hang if archive command failed. Below are the command and
> errors.
>

Try it by putting the commands in a file and running it like

psql ..... -f mysqlfile.sql

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tyler Hains 2010-03-30 17:52:38 Wiki Updates - 9.0
Previous Message Alban Hertroys 2010-03-30 17:37:05 Re: Converting time interval to double precision of time unit