Re: How to restrict select from table with external - Mailing list pgsql-novice

From Tom Lane
Subject Re: How to restrict select from table with external
Date
Msg-id 16451.1152623211@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to restrict select from table with external  (John Purser <jmpurser@gmail.com>)
Responses Re: How to restrict select from table with external
List pgsql-novice
John Purser <jmpurser@gmail.com> writes:
> Have you considered using a viw of table stats with the columns and
> information your user is allowed to see?

Yeah, a view is probably the best way.  Also take a look at the Veil
project:
http://pgfoundry.org/projects/veil/

            regards, tom lane

pgsql-novice by date:

Previous
From: John Purser
Date:
Subject: Re: How to restrict select from table with external
Next
From: Sean Davis
Date:
Subject: Re: How to restrict select from table with external