Revision 6822
Added by Aaron Marcuse-Kubitza almost 12 years ago
pg_hba.conf | ||
---|---|---|
91 | 91 |
|
92 | 92 |
#host all all 0.0.0.0/0 md5 |
93 | 93 |
|
94 |
local template1,vegbien public_ trust |
|
95 |
host template1,vegbien public_ 0.0.0.0/0 trust |
|
96 |
host template1,vegbien public_ ::/0 trust |
|
97 |
|
|
94 | 98 |
local template1,vegbien +bien ident |
95 | 99 |
local template1,vegbien +bien md5 |
96 | 100 |
host template1,vegbien +bien 0.0.0.0/0 md5 |
Also available in: Unified diff
Makefile mk_db, schemas/pg_hba*.conf: Added passwordless public_ user with access to just the database schema. Note that in PostgreSQL, only users with explicit GRANT permissions on a table can read data in that table, but all DB users with a login can view all table schemas.