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


Please Help Members By Posting Answers For Below Questions

Is postgres is free?

567


What is the driver name for postgresql?

564


Does drop table remove indexes?

567


How to start postgresql server in windows 10?

552


What are foreign key constraints?

670






Where is postgresql conf?

609


Is primary key indexed by default?

567


What is the port 5432?

605


How to access postgresql database from another machine?

525


What is postgresql?

618


How do I start postgresql on linux?

533


PostgreSql Disadvantages

1614


What is postgres vacuum?

560


What is blob in postgresql?

594


How to create table in particular schema in postgresql?

568