What can be used in PostgreSQL to send messages to the front-end, and optionally terminate the current query being processed?
Answer / madhub
Select pg_terminate_backend(pid);
Select pg_cancel_backend(pid)
Is This Answer Correct ? | 0 Yes | 0 No |
Is postgresql scalable?
What is postgres vacuum?
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
What is a delete query?
What is the use of geoserver?
How big can a postgres database be?
What is the blob data type?
What is dummy table?
get second maximum date from tables.
Is mysql faster than postgresql?
Can you have a composite foreign key?
What is bytea in postgres?