[GENERAL] compartmentalizing users

2004-06-08 Thread jwsacksteder
Is there a way to segregate users by database or schema so that in a hosting situation you could keep different customers apart? Otherwise, the unpleasant alternative is to run separate instances of Postgres. ---(end of broadcast)--- TIP 4: Don't 'k

Re: [GENERAL] compartmentalizing users

2004-02-27 Thread Bill Moran
[EMAIL PROTECTED] wrote: Is there a way to segregate users by database or schema so that in a hosting situation you could keep different customers apart? Otherwise, the unpleasant alternative is to run separate instances of Postgres. You can add users and assign rights at the database level. -- B