Skip to content

Commit 5a82c39

Browse files
committed
Use better fake db name
1 parent fc7307a commit 5a82c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/terminating-a-connection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ following:
2929
```sql
3030
select pg_terminate_backend(pg_stat_activity.pid)
3131
from pg_stat_activity
32-
where pg_stat_activity.datname = 'test_drop'
32+
where pg_stat_activity.datname = 'sample_db'
3333
and pid <> pg_backend_pid();
3434
pg_terminate_backend
3535
----------------------

0 commit comments

Comments
 (0)