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
What is difference between drop and delete?
What is pgadmin tool?
How do I import a csv file into postgres?
What is character varying in postgres?
PostgreSql Disadvantages
How do I connect to postgresql database using pgadmin?
What is the difference between oracle and postgresql?
Can we add foreign key without primary key?
What is a foreign key constraint why are such constraints important?
Is postgresql case sensitive?
What is postgresql client?
What are the data types in postgresql?
What happens to index when table is dropped?
What are the types of stored procedures?
Where is psql data stored?