Re: [ADMIN] Users + Groups = Roles, duplicate name issue

2005-12-21 Thread ljb
one difference: when the 7.4.x database was dumped with 8.1.1 and reloaded into 8.1.1, the duplicate user/group name 'test' was not valid for login. I don't know if this is intentional or just a side effect of processing groups after users. The 8.1.1 pg_dumpall generated these command

[ADMIN] Users + Groups = Roles, duplicate name issue

2005-12-20 Thread ljb
rename any group which has the same name as a user. For example, if at 7.4.x I have: Group:Is granted all rights to table: test test_data acct money_data Username: Member of group: And therefore gets all rights to table: ljb test test_data

Re: [ADMIN] REVOKE from all tables ...

2005-08-10 Thread ljb
[EMAIL PROTECTED] wrote: > On Mon, 8 Aug 2005, Joshua D. Drake wrote: > >> Marc G. Fournier wrote: >> >>> >>> Is there a way of REVOKEing privileges on all tables in a database? I've >>> checked the REVOKE man page, and there doesn't appear to be, but I figured >>> I'd double check to make sure