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

What is a dead tuple?

0 Answers  


How to write sql script in postgresql?

0 Answers  


Explain about Multi version concurrency control?

1 Answers  


How do I change the order of columns in postgresql?

0 Answers  


What are the types of schema?

0 Answers  






Does postgres use sql?

0 Answers  


How to create a postgresql database?

0 Answers  


How the stats updated in postgresql?

0 Answers  


What is sequelize?

0 Answers  


How to execute postgres function in pgadmin?

0 Answers  


What is psql command?

0 Answers  


How do I connect to postgresql database from windows?

0 Answers  


Categories