Re: Set the permissions while creating database, schema, and tables

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Set the permissions while creating database, schema, and tables
Дата
Msg-id 4B7902CD.8040409@hogranch.com
обсуждение исходный текст
Ответ на Set the permissions while creating database, schema, and tables  (dipti shah <shahdipti1980@gmail.com>)
Ответы Re: Set the permissions while creating database, schema, and tables  (dipti shah <shahdipti1980@gmail.com>)
Список pgsql-general
dipti shah wrote:
> Hi,
>
> Could anyone please help me out here. I want to set the required
> permissions while creating PostGreSQL database, schema, and tables
> from stored procedures. Is it possible to do it while creating them?
>
> I could see that "OWNER" option is there while creating database but
> couldn't see such option for schema or table. Please let me know if I
> missed out something.
>
>
>     CREATE DATABASE sales OWNER salesapp TABLESPACE salesspace;
>
>
> With above command, can I grant permission to particular group of users?

you would use the GRANT command to grant permissions



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

Предыдущее
От: dipti shah
Дата:
Сообщение: Set the permissions while creating database, schema, and tables
Следующее
От: dipti shah
Дата:
Сообщение: Re: Set the permissions while creating database, schema, and tables