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
Is postgres is free?
What is the driver name for postgresql?
Does drop table remove indexes?
How to start postgresql server in windows 10?
What are foreign key constraints?
Where is postgresql conf?
Is primary key indexed by default?
What is the port 5432?
How to access postgresql database from another machine?
What is postgresql?
How do I start postgresql on linux?
PostgreSql Disadvantages
What is postgres vacuum?
What is blob in postgresql?
How to create table in particular schema in postgresql?