Re: Permission to create a table in postgresql database - Mailing list pgsql-admin

From Laurenz Albe
Subject Re: Permission to create a table in postgresql database
Date
Msg-id bd57abc44a273928393974eceef1e188b03cb0f8.camel@cybertec.at
Whole thread Raw
In response to Permission to create a table in postgresql database  (dbatoCloud Solution <dbatocloud17@gmail.com>)
List 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 by date:

Previous
From: Paul Förster
Date:
Subject: Re: Permission to create a table in postgresql database
Next
From: dbatoCloud Solution
Date:
Subject: I need to complex Query - need big support