1
0
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:
Marc G. Fournier
1997-04-04 11:23:15 +00:00
parent c7b40e6058
commit eda9d69d6c
28 changed files with 59 additions and 25 deletions

View File

@@ -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

View File

@@ -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