Re: security rights per database DDL/DML connect

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: security rights per database DDL/DML connect
Дата
Msg-id 20021023033758.GB2719@wolff.to
обсуждение исходный текст
Ответ на security rights per database DDL/DML connect  (Gabor Faludi <falu@fits.hu>)
Ответы Re: security rights per database DDL/DML connect
Список pgsql-admin
On Tue, Oct 22, 2002 at 21:01:59 +0200,
  Gabor Faludi <falu@fits.hu> wrote:
> I've been searching the web for a solution on this but no luck .
>
> I'm administering a webserver w/ PHP apps on . I had an idea to create an
> application database and give access to certain users to maintain the data
> within the database tables , but also I'd like to make sure only certain
> users are able to perform DDL commands. Or simply to revoke access for
> connecting to this db.

In 7.3 you can get a pretty good handle on this. The database owner can
restrict who can create schemas and schema owners can control who can
create objects in that schema.

В списке pgsql-admin по дате отправления:

Предыдущее
От: Jeff Boes
Дата:
Сообщение: Re: Drop and reload table to clear corruption?
Следующее
От: Dan Langille
Дата:
Сообщение: Re: security rights per database DDL/DML connect