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

Is postgresql scalable?

0 Answers  


What is postgres vacuum?

0 Answers  


i have three table 1. student (stuid,name) 2. subject (subid,sname,studid) 3. marks (subid,studentid,marks) i want the reslut of how as got max marks in each subject sudentname,max(marks), name abc,70,nikitha

1 Answers   CMC,


What is a delete query?

0 Answers  


What is the use of geoserver?

0 Answers  






How big can a postgres database be?

0 Answers  


What is the blob data type?

0 Answers  


What is dummy table?

0 Answers  


get second maximum date from tables.

1 Answers  


Is mysql faster than postgresql?

0 Answers  


Can you have a composite foreign key?

0 Answers  


What is bytea in postgres?

0 Answers  


Categories