1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 08:07:22 +03:00

Fix typo in tutorial.md

Change "relays on" (i.e. "transmits") to "relies on" (i.e. "depends")
This commit is contained in:
Mikhail Krutyakov 2021-06-07 16:04:20 +03:00 committed by secwall
parent 6e49ef8158
commit 1de7945a23

View File

@ -436,7 +436,7 @@ Session setup should not manipulate `application_name` setting because
conflict terminations expects application names in pg_stat_activity to
match internal dsn values.
Note: this feature relays on `pg_blocking_pids()` function available since
Note: this feature relies on `pg_blocking_pids()` function available since
PostgreSQL 9.6.
## Session restriction