Design Database, 3 degrees of Users.

From: Andre Lopes <lopes80andre(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Design Database, 3 degrees of Users.
Date: 2009-07-31 11:38:30
Message-ID: 18f98e680907310438o764e9bc7hbb6e245d8464792@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I need to design a Database that will handle 3 degrees of users:

Administrators - They can see all the information in the database.

Managers - They only can see the information of his dependants.

Dependants - Theirs action must be aprovet by the managers.

Wich the best way to implement this in PostGreSQL? There is some database
examples doing this? Some OpenSource Project?

I'am designing a Database for doing this, but I don't have sure I'am doing
well.

Please give me some advice.
Best Regards,
André Lopes.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Janezic 2009-07-31 11:42:53 tsearch2 on Synology
Previous Message Jennifer Trey 2009-07-31 11:10:19 Re: Can I have a look at your TuningWizard generated config file?