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

From Martin A. Marques
Subject Re: Re: grant privileges to a database
Date
Msg-id 01013119181206.08534@math.unl.edu.ar
Whole thread Raw
In response to Re: Re: grant privileges to a database  ("Dan Wilson" <phpPgAdmin@acucore.com>)
List pgsql-general
El Mié 31 Ene 2001 18:32, Dan Wilson escribió:
> You can do this in phpPgAdmin... it's a hack because it just pulls in all
> the objects/relations and runs a single grant statement on them, but it
> works.  It puts together a query like the following:
>
> GRANT ALL ON table1, table2, table3, view1, view2, sequence1, sequence2 TO
> user
>
> Which I suppose you can do manually if you don't have phpPgAdmin installed.
>
> It ain't the prettiest, but it works!

The problem is that this is not what I'm looking for. I want the user to be
able to create new tables, views, sequences, etc on that database.

--
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-general by date:

Previous
From: Adam Haberlach
Date:
Subject: Re: php as stored procedures
Next
From: "Dan Wilson"
Date:
Subject: Re: Re: grant privileges to a database