Re: psql connection option: statement_timeout - Mailing list pgsql-general

From Scott Marlowe
Subject Re: psql connection option: statement_timeout
Date
Msg-id CAOR=d=2afe_hBMcJs_f87dxvWP3H5DwhUQrGZGzwb4-GeYrgCw@mail.gmail.com
Whole thread Raw
In response to Re: psql connection option: statement_timeout  (Scott Marlowe <scott.marlowe@gmail.com>)
Responses Re: psql connection option: statement_timeout
List pgsql-general
correction:

alter user reporting set statement_timemout=60 is handy for users that
should never take a long time to connect.

should read

alter user reporting set statement_timemout=60 is handy for users that
should never take a long time to run a statement.


pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: psql connection option: statement_timeout
Next
From: Melvin Davidson
Date:
Subject: Re: psql connection option: statement_timeout