Re: Permission to create a table in postgresql database

From: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
To: dbatoCloud Solution <dbatocloud17(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Permission to create a table in postgresql database
Date: 2021-01-08 14:11:40
Message-ID: A5C3DD1D-9A2B-41B3-B020-57C94FC9ECDD@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Ashok,

> On 08. Jan, 2021, at 14:58, dbatoCloud Solution <dbatocloud17(at)gmail(dot)com> wrote:
>
> I want to grant permission to user to create a table, alter table , create
> sequence in postgresql database .
>
> Please advice me

see: https://www.postgresql.org/docs/current/sql-grant.html

I guess, the first syntax should be what you want.

Cheers,
Paul

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Laurenz Albe 2021-01-08 14:40:53 Re: Permission to create a table in postgresql database
Previous Message dbatoCloud Solution 2021-01-08 13:58:43 Permission to create a table in postgresql database