Re: grant privileges to a database - Mailing list pgsql-hackers

From Martin A. Marques
Subject Re: grant privileges to a database
Date
Msg-id 01013115020800.08534@math.unl.edu.ar
Whole thread Raw
In response to grant privileges to a database  ("Martin A. Marques" <martin@math.unl.edu.ar>)
Responses Re: [GENERAL] Re: grant privileges to a database
List pgsql-hackers
El Mar 30 Ene 2001 10:08, Martin A. Marques escribió:
> Is there a way to grant a user with all privileges on a database? Something
> like Informixs GRANT dba?

OK, I see that no one responded (except one person how made a personal
responce), so I'll add a bit to it.
I seem to be aware that Postgres doesn't have a function to grant total
access to a database, so is it posible to have this added to the todo list
for further versions? Or is it posible to build a user-function that will let
me do this:

postgres@ultra3:~ > psql horde

horde=# CREATE DATABASE test;
CREATE DATABASE
horde=# GRANT dba TO martin; -- here is the grant issue.
GRANT
horde=# \c test martin;
You are now connected to database test as user martin.
test=# CREATE TABLE (aid SERIAL, texto TEXT);
CREATE TABLE
test=#

Saludos... ;-)


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

pgsql-hackers by date:

Previous
From: m w
Date:
Subject: Re: AW: AW: Like vs '=' bug with indexing
Next
From: "Barnes, Sandy (Sandra)"
Date:
Subject: ERROR: "Database 'products', OID nnn, has disappeared from pg_database"