From 1de7945a238e7e6ec6f811a39deb1eb200e92440 Mon Sep 17 00:00:00 2001 From: Mikhail Krutyakov Date: Mon, 7 Jun 2021 16:04:20 +0300 Subject: [PATCH] Fix typo in tutorial.md Change "relays on" (i.e. "transmits") to "relies on" (i.e. "depends") --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index a1e1a84..6aec3e0 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -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