Re: [BUGS] Database Grants Bug

2003-08-18 Thread Marcus England
On Mon, 2003-08-18 at 10:31, Andreas Pflug wrote: > > > AFAIR pgAdmin2 does have a grant utility for this. pgAdmin3 has this on > the TODO for the next version. > > Regards, > Andreas > I just used pgAdmin2's security wizard for this. Very nice. Just what I needed. Thanks, Marcus -

Re: [BUGS] Database Grants Bug

2003-08-18 Thread Andreas Pflug
Marcus England wrote: On Mon, 2003-08-18 at 09:29, Joe Conway wrote: Marcus England wrote: Again, I don't know what your definition of "most, if not all other DBMS's" is, but a quick read through my MSSQL2000 manual indicates SQL Server is no different from Postgres in this regard. Sa

Re: [BUGS] Database Grants Bug

2003-08-18 Thread Joe Conway
Marcus England wrote: IMHO, this is confusing and limiting for Administrators who wish to grant privileges beyond CREATE, TEMPORARY, and TEMP across all tables in a database. Something I believe most, if not all other DBMS's do. "ALL" isn't very consistent. Again, I don't know what your definition

Re: [BUGS] Database Grants Bug

2003-08-18 Thread Marcus England
On Mon, 2003-08-18 at 09:29, Joe Conway wrote: > Marcus England wrote: > Again, I don't know what your definition of "most, if not all other > DBMS's" is, but a quick read through my MSSQL2000 manual indicates SQL > Server is no different from Postgres in this regard. Same for Oracle 9i. > I'd

Re: [BUGS] Database Grants Bug

2003-08-18 Thread Marcus England
Thank you Joe. IMHO, this is confusing and limiting for Administrators who wish to grant privileges beyond CREATE, TEMPORARY, and TEMP across all tables in a database. Something I believe most, if not all other DBMS's do. "ALL" isn't very consistent. Reading the comments in the documentation, app

Re: [BUGS] Database Grants Bug

2003-08-17 Thread Joe Conway
Marcus England wrote: Grants do not work at the database level using the syntax mentioned in the documentation. i.e.: GRANT ALL ON DATABASE dbname TO GROUP groupname; Or GRANT ALL ON DATABASE dbname TO username; Works here: regression=# select version(); version ---

[BUGS] Database Grants Bug

2003-08-17 Thread Marcus England
===     POSTGRESQL BUG REPORT TEMPLATE     Your name   : Marcus England Your email address  : [EMAIL