Andreas Schmitz <[EMAIL PROTECTED]> writes:
> ist there any way to cancel a user query as dba ?

Send a SIGINT to the backend process running that query, eg

        kill -INT <pid>

This has the same effect as a user-requested cancel (eg ^C in psql).

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to