Re: CREATE RULE problem/question requesting workaround

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Travers <chris(at)travelamericas(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: CREATE RULE problem/question requesting workaround
Date: 2003-12-07 17:39:01
Message-ID: 22637.1070818741@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Travers <chris(at)travelamericas(dot)com> writes:
> Adding every table as a view is not going to be likely to be feasible
> since it will involve a major maintenance nightmare. Depending on
> requirements, we may look at allowing most of the database to be
> readable to all users, but this is not ideal and I am looking for
> maintainable workarounds.

Is it really not possible to express what you need with plain old SQL
permissions? It seems like you are going out of your way to avoid the
obvious solution.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Socketd 2003-12-07 17:51:27 OO database?
Previous Message Tom Lane 2003-12-07 16:46:25 Re: CREATE RULE problem/question requesting workaround