Re: Re: grant privileges to a database

From: "Martin A(dot) Marques" <martin(at)math(dot)unl(dot)edu(dot)ar>
To: Michael Fork <mfork(at)toledolink(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: Re: grant privileges to a database
Date: 2001-01-31 19:41:59
Message-ID: 01013116415903.08534@math.unl.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

El Mié 31 Ene 2001 15:53, Michael Fork escribió:
> This is the closest thing to what you want:
>
> GRANT ALL ON table TO user;
>
> (see http://www.postgresql.org/users-lounge/docs/7.0/user/sql-grant.htm)

Yes, I'm aware of that. That's why I'm asking for an opinion of the
developers on this issue.
I think it would be a nice feature, so that the postgres user creates the
database and gives all kind of permissions on that database to another user,
which doesn't have to be able to create databases.

Any comments?

--
System Administration: It's a dirty job,
but someone told I had to do it.
-----------------------------------------------------------------
Martín Marqués email: martin(at)math(dot)unl(dot)edu(dot)ar
Santa Fe - Argentina http://math.unl.edu.ar/~martin/
Administrador de sistemas en math.unl.edu.ar
-----------------------------------------------------------------

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond Chui 2001-01-31 19:50:37 ON DELETE CASCADE and TRIGGER
Previous Message Doug McNaught 2001-01-31 19:20:54 Re: Disk acces

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-01-31 20:43:32 SF company wants to hire pgsql hacker
Previous Message Michael Fork 2001-01-31 18:53:04 Re: Re: grant privileges to a database