Re: Patch to allow users to kill their own queries - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Patch to allow users to kill their own queries
Date
Msg-id 6794.1323875457@sss.pgh.pa.us
Whole thread Raw
In response to Re: Patch to allow users to kill their own queries  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> On Tue, Dec 13, 2011 at 11:59, Greg Smith <greg@2ndquadrant.com> wrote:
>> HINT:  you can use pg_cancel_backend() on your own processes

> That HINT sounds a bit weird to me. "you can cancel your own queries
> using pg_cancel_backend() instead" or something like that?

Doesn't follow message style guidelines either ;-).  Hints should be
complete sentences, with initial cap and ending period.
http://www.postgresql.org/docs/devel/static/error-style-guide.html
        regards, tom lane


pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: NOTIFY with tuples
Next
From: Tom Lane
Date:
Subject: Re: Race condition in HEAD, possibly due to PGPROC splitup