Re: set local statement_timeout within a stored procedure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: set local statement_timeout within a stored procedure
Дата
Msg-id 3812228.1710855629@sss.pgh.pa.us
обсуждение исходный текст
Ответ на set local statement_timeout within a stored procedure  ("Abraham, Danny" <danny_abraham@bmc.com>)
Список pgsql-general
"Abraham, Danny" <danny_abraham@bmc.com> writes:
> Is there a way to integrate " set local statement_timeout" in a stored procedure?

Not usefully.  statement_timeout bounds the time spent for a single
command sent by the client.  So by the time you're inside a procedure,
the countdown is already running (or not) for the current command, and
it's too late to change it with effect for that command.

            regards, tom lane



В списке pgsql-general по дате отправления:

Предыдущее
От: Johnathan Tiamoh
Дата:
Сообщение: Postgres database encryption
Следующее
От: Greg Sabino Mullane
Дата:
Сообщение: Re: Postgres database encryption