From c346ca8648290d2c7d858d903180b321e68c2f5c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Sep 2003 16:43:38 +0000 Subject: When I sent in the sslmode patch I forgot to update the comments/examples in pg_hba.conf. This patch remedies that, adds a brief explanation of the connection types, and adds a missing period in the docs. Jon Jensen --- doc/src/sgml/client-auth.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 23d90e9d4fa..445b8f4c356 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,5 +1,5 @@ @@ -102,7 +102,7 @@ hostnossl database user This record matches connection attempts using Unix-domain sockets. Without a record of this type, Unix-domain socket - connections are disallowed + connections are disallowed. -- cgit v1.2.3