Re: how to auto GRANT custom ACL on a new table?

From: Richard Huxton <dev(at)archonet(dot)com>
To: Maciej Sieczka <tutey(at)o2(dot)pl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to auto GRANT custom ACL on a new table?
Date: 2008-03-03 12:04:16
Message-ID: 47CBE940.6010303@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Maciej Sieczka wrote:
>
> Isn't there a ready to use sort of addon for PgSQL which could intercept
> the CREATE TABLE that eg. Base (or any other client) issues, appdend
> GRANT to it and forward such a modified instruction to the server?
>
> I looked a lot in list archives, PgFoundry, Google and can't find a
> tool. Your hints are more than welcome!

I'm afraid I don't know of anything. The problem is that the
requirements for this sort of thing are different for every user.
Generally it's because you have a client application you don't control
and want to emulate another backend. That's usually not a complicated job.
--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karl Denninger 2008-03-03 12:17:21 Re: 8.2.6 > 8.3 blows up
Previous Message Jorge Godoy 2008-03-03 11:33:28 Re: Connect to postgres from a dynamic IP