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 are the rules of setting a primary key?

0 Answers  


Why are stored procedures used?

0 Answers  


What is schema in teaching?

0 Answers  


Can we add foreign key without primary key?

0 Answers  


What is the default database in postgresql?

0 Answers  


How do I start pgadmin 4 on windows?

0 Answers  


What are foreign key constraints?

0 Answers  


How does db indexing work?

0 Answers  


How to create a postgresql database?

0 Answers  


What is stack builder?

0 Answers  


How do I alter a column in postgresql?

0 Answers  


Is postgresql the same as mysql?

0 Answers  


Categories