Granting rights - Mailing list pgsql-general

From Otandeka Simon Peter
Subject Granting rights
Date
Msg-id efc321cd0910111005o742206d9y26988ed7c50fa16b@mail.gmail.com
Whole thread Raw
Responses Re: Granting rights
List pgsql-general

Hi,

Is it possible to give a user rights(update,select,insert) rights on a database and not necessary doing that for one relation at a time?

I have many tables in the database but I don't want this user to be able to delete a relation. Granting the user rights per table is gonna
take a lot of time.

Any better way to do it without me having to write a script?

Cheers,
P.

pgsql-general by date:

Previous
From: Jignesh Shah
Date:
Subject: Re: What is statement ID of table?
Next
From: "Naoko Reeves"
Date:
Subject: Is there a way to know if trigger is invoked by the code from another trigger