1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-07 00:58:02 +00:00

Fix link in latest til

This commit is contained in:
jbranchaud
2016-02-21 14:23:15 -06:00
parent 32c4937cfa
commit 740bf21604

View File

@@ -12,7 +12,7 @@ DETAIL: There is 1 other session using the database.
If you don't know where these connections are, you can terminate them within
a `psql` session. You just have to figure out the `pid` of those
connections. In [List Connections To A
Database](postgres/list-connections-to-a-database.md), I explained how to
Database](list-connections-to-a-database.md), I explained how to
get at the `pid` values of connections. Using the `pid` value, you can
terminate a connection.