Re: implementing query timeout

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: implementing query timeout
Дата
Msg-id 200207110134.g6B1Yt617282@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: implementing query timeout  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-patches
Jan Wieck wrote:
> Bruce Momjian wrote:
> >
> > Peter Eisentraut wrote:
> > > Bruce Momjian writes:
> > >
> > > > Here is my first draft of a query timeout SET variable.
> > >
> > > Unless it only cancels SELECT statements (which may or may not be a good
> > > idea), please call it statement_timeout.
> >
> > Do people prefer query_timeout or statement_timeout?  Doesn't matter to
> > me.
>
> Statements is everything. DDL- and DML-statements. Query is IMHO synonym
> for DML-statement. So query_timeout is the right term.

But the timeout is for any statement, not just SELECT/UPDATE, etc, so it
sounds like you are voting for 'statement'.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: sugita@sra.co.jp
Дата:
Сообщение: Re: install-sh patch for Mac OS X
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Table Function API doc patch