What can be used in PostgreSQL to send messages to the front-end, and optionally terminate the current query being processed?



What can be used in PostgreSQL to send messages to the front-end, and optionally terminate the curre..

Answer / madhub

Select pg_terminate_backend(pid);

Select pg_cancel_backend(pid)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How to drop a constraint in postgres?

0 Answers  


How does clustering in improving the performance?

0 Answers  


What is psql?

0 Answers  


What is postgis extension?

0 Answers  


Does postgres support json?

0 Answers  






What is the driver name for postgresql?

0 Answers  


Is postgresql distributed?

0 Answers  


How to execute postgres function in pgadmin?

0 Answers  


How to list the number of database?

1 Answers  


How do I connect to postgresql using putty?

0 Answers  


What is tableplus?

0 Answers  


How do you change constraints in postgresql?

0 Answers  


Categories