Commit 004992f
committed
Postgres, support ApplicationName config to distinguish db connections
in the server we can use queries such as:
```
SELECT * FROM pg_stat_activity WHERE datname = 'dbname';
```1 parent 1558caa commit 004992f
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
0 commit comments