diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-07-31 15:45:20 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-07-31 15:45:20 +0000 |
commit | a54f0e8d5c4a69a87b80db8bb870da4d815285b1 (patch) | |
tree | 72fa73621cfa97ee0ced38fa5b48befaf7687801 /src | |
parent | 6a6da4f2911628650809c6bd5d6fc133b0a6c52e (diff) | |
download | postgresql-a54f0e8d5c4a69a87b80db8bb870da4d815285b1.tar.gz postgresql-a54f0e8d5c4a69a87b80db8bb870da4d815285b1.zip |
Update info on pg_hba.conf comments.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/libpq/pg_hba.conf.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index d9c05feb129..da9133a83ec 100644 --- a/src/backend/libpq/pg_hba.conf.sample +++ b/src/backend/libpq/pg_hba.conf.sample @@ -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. |