Re: [GENERAL] Per Database Roles

2007-02-19 Thread John DeSoi
On Feb 19, 2007, at 10:32 AM, David Legault wrote: Is there a way to attach roles to only certain databases so that the login [from PHP pg_connect(username, password, database)] is tied to that particular database and any creation of roles (users/ groups) can be constrained into that partic

[GENERAL] Per Database Roles

2007-02-19 Thread David Legault
Hello, Is there a way to attach roles to only certain databases so that the login [from PHP pg_connect(username, password, database)] is tied to that particular database and any creation of roles (users/groups) can be constrained into that particular database. I plan to use the roles system to b