From 221d63c8d0decb58b9b08e265d24700385a9cdbc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 22 Aug 2016 17:20:44 -0400 Subject: [PATCH] doc: fix typo in recent patch Reported-by: Jeff Janes Backpatch-through: 9.6 --- doc/src/sgml/runtime.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 51d4f9ca1b..4f73c043ac 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1913,7 +1913,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433 - On way to prevent spoofing of local + One way to prevent spoofing of local connections is to use a Unix domain socket directory () that has write permission only for a trusted local user. This prevents a malicious user from creating -- 2.40.0