mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Update info on pg_hba.conf comments.
This commit is contained in:
@@ -12,8 +12,9 @@
|
|||||||
# connection to a database.
|
# connection to a database.
|
||||||
#
|
#
|
||||||
# Each line is a new record. Records cannot be continued across multiple
|
# Each line is a new record. Records cannot be continued across multiple
|
||||||
# lines. Lines beginning with # (comments) and blank lines are ignored. A
|
# lines. Comments begin with # and continue to the end of the line.
|
||||||
# record consists of tokens separated by multiple spaces or tabs.
|
# 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
|
# The first token of a record indicates its type. The remainder of the
|
||||||
# record is interpreted based on its type.
|
# record is interpreted based on its type.
|
||||||
|
Reference in New Issue
Block a user