What can be used in PostgreSQL to send messages to the front-end, and optionally terminate the current query being processed?
Answer Posted / madhub
Select pg_terminate_backend(pid);
Select pg_cancel_backend(pid)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I delete a query?
How do I open a pgadmin file in windows?
What is the command enable-debug?
How do you run a query in pgadmin 3?
What is the option that can be used in PostgreSQL to find out how the query optimizer is evaluating the query given?
What are the types of stored procedures?
What are the data types in postgresql?
What is the advantage of postgresql?
What is a postgres server?
Put some light on multi-version concurrency control?
What is postgres process?
How do I create a foreign key in postgresql?
What will be the new characteristics of postgre 9.1?
How to connect to postgres database using pgadmin?
What are spatial functions?