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 |
What are the rules of setting a primary key?
Why are stored procedures used?
What is schema in teaching?
Can we add foreign key without primary key?
What is the default database in postgresql?
How do I start pgadmin 4 on windows?
What are foreign key constraints?
How does db indexing work?
How to create a postgresql database?
What is stack builder?
How do I alter a column in postgresql?
Is postgresql the same as mysql?