diff options
author | Bruce Momjian <bruce@momjian.us> | 2016-08-22 17:20:44 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2016-08-22 17:21:12 -0400 |
commit | f2e016f8d55ee029c5d6ec853ff6802aaf49fb0a (patch) | |
tree | fc93a074cb76d19daed9d21c4ff42c66bd4412e8 | |
parent | 008c4135ccf67e74239a17a85f912d1a51b6349e (diff) | |
download | postgresql-f2e016f8d55ee029c5d6ec853ff6802aaf49fb0a.tar.gz |
doc: fix typo in recent patch
Reported-by: Jeff Janes
Backpatch-through: 9.6
-rw-r--r-- | doc/src/sgml/runtime.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 98752c2875..ef0139c365 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1922,7 +1922,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433 </para> <para> - On way to prevent spoofing of <literal>local</> + One way to prevent spoofing of <literal>local</> connections is to use a Unix domain socket directory (<xref linkend="guc-unix-socket-directories">) that has write permission only for a trusted local user. This prevents a malicious user from creating |