Re: psql connection option: statement_timeout

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: psql connection option: statement_timeout
Дата
Msg-id CAOR=d=2afe_hBMcJs_f87dxvWP3H5DwhUQrGZGzwb4-GeYrgCw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql connection option: statement_timeout  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: psql connection option: statement_timeout  (Melvin Davidson <melvin6925@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: psql connection option: statement_timeout
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: psql connection option: statement_timeout