Re: Permission to create a table in postgresql database

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: dbatoCloud Solution <dbatocloud17(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Permission to create a table in postgresql database
Date: 2021-01-08 14:40:53
Message-ID: bd57abc44a273928393974eceef1e188b03cb0f8.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message dbatoCloud Solution 2021-01-09 09:15:35 I need to complex Query - need big support
Previous Message Paul Förster 2021-01-08 14:11:40 Re: Permission to create a table in postgresql database