Re: psql connection option: statement_timeout

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Melvin Davidson <melvin6925(at)gmail(dot)com>
Cc: Craig Boyd <craig(at)mysoftforge(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: psql connection option: statement_timeout
Date: 2016-07-03 23:52:34
Message-ID: CAOR=d=2afe_hBMcJs_f87dxvWP3H5DwhUQrGZGzwb4-GeYrgCw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2016-07-04 00:00:53 Re: psql connection option: statement_timeout
Previous Message Scott Marlowe 2016-07-03 23:51:29 Re: psql connection option: statement_timeout