Re: Permission to create a table in postgresql database

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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






[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux