Access rescrictions

From: Elmar(dot)Haneke(at)gmx(dot)de
To: pgsql-general(at)postgreSQL(dot)org
Subject: Access rescrictions
Date: 1999-12-14 08:30:51
Message-ID: A97E85E30@haneke.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I'm looking for an solution to restrict the access to show an part of an Table only:
In an customer-database it should be possible to list the bills of an certain customer,
but it should be restricted to generate/summarize a list of all bills.

"SELECT * FROM Bills" should be restricted
"SELECT * FROM Bills WHERE CustomerID=?" should be allowed for any CustomerID.

Is there an solution to this problem in PostgreSQL?

Elmar

Responses

Browse pgsql-general by date

  From Date Subject
Next Message postgres 1999-12-14 09:26:47 Re: [GENERAL] Is it safe to INSERT/DELETE during VACUUM?
Previous Message Adriaan Joubert 1999-12-14 06:45:03 Re: [GENERAL] Is it safe to INSERT/DELETE during VACUUM?