Re: Patch to allow users to kill their own queries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Patch to allow users to kill their own queries
Дата
Msg-id 6794.1323875457@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Patch to allow users to kill their own queries  (Magnus Hagander <magnus@hagander.net>)
Список 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 по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: NOTIFY with tuples
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Race condition in HEAD, possibly due to PGPROC splitup