Re: implementing query timeout - Mailing list pgsql-patches

From Jan Wieck
Subject Re: implementing query timeout
Date
Msg-id 3D2CC5C5.421C19BB@Yahoo.com
Whole thread Raw
In response to Re: implementing query timeout  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: implementing query timeout  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #

pgsql-patches by date:

Previous
From: Rod Taylor
Date:
Subject: Re: implementing query timeout
Next
From: sugita@sra.co.jp
Date:
Subject: Re: install-sh patch for Mac OS X