Project

General

Profile

« Previous | Next » 

Revision 6822

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.

View differences:

pg_hba.Mac.conf
97 97
#host    replication     postgres        127.0.0.1/32            trust
98 98
#host    replication     postgres        ::1/128                 trust
99 99

  
100
local   template1,vegbien  public_           trust
101
host    template1,vegbien  public_ 0.0.0.0/0 trust   
102
host    template1,vegbien  public_ ::/0      trust
103

  
100 104
local   template1,vegbien  +bien            ident
101 105
local   template1,vegbien  +bien            md5
102 106
host    template1,vegbien  +bien  0.0.0.0/0 md5   

Also available in: Unified diff