Re: Grant / Revoke functionality

From: Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
To: Alexander Priem <ap(at)cict(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Grant / Revoke functionality
Date: 2004-02-18 08:45:49
Message-ID: 200402181415.36565.shridhar@frodo.hserus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 18 February 2004 13:38, Alexander Priem wrote:
> Is there a way in which I can give rights to a user for a set of
> tables/views/sequences WITHOUT having to name all of the
> table/view/sequence names?

You can use schemas. Just put everything under schema and grant user rights to
the schema...

HTH

Shridhar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Priem 2004-02-18 09:11:00 Re: Grant / Revoke functionality
Previous Message Alexander Priem 2004-02-18 08:08:32 Grant / Revoke functionality