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 to disable foreign key constraint in postgresql?
Which is better mysql or postgresql?
What is meant by postgresql?
What is the difference between a primary key and a composite key?
Is mysql faster than postgresql?
How do you enter data in pgadmin4?
What is the port number for postgresql?
Is postgresql secure?
What is postgres process?
How do you add a column?
How do I start pgadmin?
What is pgadmin tool?
Does aws support postgresql?
How to execute postgres function in pgadmin?
Is postgresql a database?