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
What is logical replication in postgresql?
What is the advantage of postgresql?
What does postgresql mean?
How do you define a composite key?
What is the default postgres database?
How to execute postgres function in pgadmin?
Is postgresql scalable?
How do you create a database in pgadmin 3?
How to disable foreign key constraint in postgresql?
What is the port number for postgresql?
How to delete/drop an existing postgresql database?
What is the powerful database utility that can be used for building, executing and processing queries upon PostgreSQL databases?
What is postgresql and pgadmin?
Is postgres is free?
Put some light on multi-version concurrency control?