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 the default postgres database?
How do I install postgresql?
List different datatypes of postgresql?
What is the Maximum size for a table in PostgreSQL?
How do I connect to pgadmin server?
Is postgresql the same as mysql?
How to find table creation date in postgresql?
What is pgbouncer in postgresql?
What does psql command do?
What does postgresql do?
Can postgres use multiple indexes?
How to execute postgres function in pgadmin?
Is postgresql relational?
What is meant by postgresql?
What is a primary key constraint?