]> granicus.if.org Git - postgresql/commitdiff
Update info on pg_hba.conf comments.
authorBruce Momjian <bruce@momjian.us>
Tue, 31 Jul 2001 15:45:20 +0000 (15:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 31 Jul 2001 15:45:20 +0000 (15:45 +0000)
src/backend/libpq/pg_hba.conf.sample

index d9c05feb12971446a4c44371a5651e254e0ce75f..da9133a83ec19d8556029b88b243e3f06db2be46 100644 (file)
@@ -12,8 +12,9 @@
 # connection to a database.
 # 
 # Each line is a new record. Records cannot be continued across multiple
-# lines. Lines beginning with # (comments) and blank lines are ignored. A
-# record consists of tokens separated by multiple spaces or tabs.
+# lines. Comments begin with # and continue to the end of the line. 
+# Blank lines are ignored. A record consists of tokens separated by 
+# multiple spaces or tabs.
 # 
 # The first token of a record indicates its type. The remainder of the
 # record is interpreted based on its type.