We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7307a commit 5a82c39Copy full SHA for 5a82c39
postgres/terminating-a-connection.md
@@ -29,7 +29,7 @@ following:
29
```sql
30
select pg_terminate_backend(pg_stat_activity.pid)
31
from pg_stat_activity
32
-where pg_stat_activity.datname = 'test_drop'
+where pg_stat_activity.datname = 'sample_db'
33
and pid <> pg_backend_pid();
34
pg_terminate_backend
35
----------------------
0 commit comments