mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Move YACC and YFLAGS into the template files
Clean up the .sample files...comment out all sample entries except for the localhost one
This commit is contained in:
@@ -80,7 +80,7 @@ host all 127.0.0.1 255.255.255.255 trust
|
||||
# The above allows any user on the local system to connect to any database
|
||||
# under any username.
|
||||
|
||||
host template1 192.168.0.0 255.255.255.0 ident sameuser
|
||||
#host template1 192.168.0.0 255.255.255.0 ident sameuser
|
||||
|
||||
# The above allows any user from any host with IP address 192.168.0.x to
|
||||
# connect to database template1 as the same username that ident on that host
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
# A user always has to specify when he connects what Postgres username he is
|
||||
# using. This file is only used to validate that selection.
|
||||
|
||||
testmap robert bob
|
||||
testmap lucy lucy
|
||||
#testmap robert bob
|
||||
#testmap lucy lucy
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user