Re: Re: grant privileges to a database

Поиск
Список
Период
Сортировка
От Martin A. Marques
Тема Re: Re: grant privileges to a database
Дата
Msg-id 01013119181206.08534@math.unl.edu.ar
обсуждение исходный текст
Ответ на Re: Re: grant privileges to a database  ("Dan Wilson" <phpPgAdmin@acucore.com>)
Список 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 по дате отправления:

Предыдущее
От: Adam Haberlach
Дата:
Сообщение: Re: php as stored procedures
Следующее
От: "Dan Wilson"
Дата:
Сообщение: Re: Re: grant privileges to a database