RE: Security and performance

From: <jeff(dot)fitzmyers(at)managestar(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: RE: Security and performance
Date: 2001-05-03 00:50:49
Message-ID: 371EAC487A83CD4296F6999FD088D83305B6EE@atlas.managestar.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Instead of making a kajillion views

I limit what others can see using php scripting:
I set a level [1...9] (1= generic employee, 3= manager, 5 = principle)
and groups [HR, Tech, Accounting].

Then I can say if level > 3 and group == 'HR' do and show this and that.
I find this pretty powerful :)

Jeff

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-05-03 00:52:55 Re: Ideal hardware configuration for pgsql
Previous Message Dominic J. Eidson 2001-05-03 00:50:29 Re: Ideal hardware configuration for pgsql