Re: Permission to create a table in postgresql database

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Permission to create a table in postgresql database
Дата
Msg-id bd57abc44a273928393974eceef1e188b03cb0f8.camel@cybertec.at
обсуждение исходный текст
Ответ на Permission to create a table in postgresql database  (dbatoCloud Solution <dbatocloud17@gmail.com>)
Список pgsql-admin
On Fri, 2021-01-08 at 19:28 +0530, dbatoCloud Solution wrote:
> I want to grant permission to user to create a table, alter table , create 
> sequence in postgresql database .

Every user is always allowed to create tables and sequences,
and every user can alter objects that it owns.

To allow a user to create an object in a certain schema,
give the user the CREATE privilege on the schema.

Yours,
Laurenz Albe
-- 
+43-670-6056265
CYBERTEC PostgreSQL International GmbH
Gröhrmühlgasse 26, A-2700 Wiener Neustadt
Web: https://www.cybertec-postgresql.com




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

Предыдущее
От: Paul Förster
Дата:
Сообщение: Re: Permission to create a table in postgresql database
Следующее
От: dbatoCloud Solution
Дата:
Сообщение: I need to complex Query - need big support