Skip to content

Instantly share code, notes, and snippets.

@jhinds
Created May 1, 2018 21:56
Show Gist options
  • Save jhinds/fcba8073ed85ced504d746cbc59ed313 to your computer and use it in GitHub Desktop.
Save jhinds/fcba8073ed85ced504d746cbc59ed313 to your computer and use it in GitHub Desktop.
List all DB connections
```sql
select *
from pg_stat_activity
where datname = 'ckan_modestoca'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment