Re: [GENERAL] Design Database, 3 degrees of Users.

2009-07-31 Thread Marc Munro
On Fri, 2009-07-31 at 08:38 -0300, pgsql-general-ow...@postgresql.org wrote: > Date: Fri, 31 Jul 2009 12:38:30 +0100 > From: Andre Lopes > To: pgsql-general@postgresql.org > Subject: Design Database, 3 degrees of Users. > Message-ID: > <18f98e680907310438o764e9bc7hbb6e245d8464...@mail.gmail.com> >

Re: [GENERAL] Design Database, 3 degrees of Users.

2009-07-31 Thread Merlin Moncure
On Fri, Jul 31, 2009 at 9:47 AM, Rich Shepard wrote: > On Fri, Jul 31, 2009 at 4:38 AM, Andre Lopes wrote: > >> 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 o

Re: [GENERAL] Design Database, 3 degrees of Users.

2009-07-31 Thread Steve Crawford
Andre Lopes wrote: 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. A little more

Re: [GENERAL] Design Database, 3 degrees of Users.

2009-07-31 Thread Rich Shepard
On Fri, Jul 31, 2009 at 4:38 AM, Andre Lopes wrote: 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 t

Re: [GENERAL] Design Database, 3 degrees of Users.

2009-07-31 Thread bricklen
Would Veil be useful to you? http://veil.projects.postgresql.org/curdocs/index.html On Fri, Jul 31, 2009 at 4:38 AM, Andre Lopes wrote: > 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 o

Re: [GENERAL] Design Database, 3 degrees of Users.

2009-07-31 Thread Sam Mason
On Fri, Jul 31, 2009 at 12:38:30PM +0100, Andre Lopes wrote: > 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

[GENERAL] Design Database, 3 degrees of Users.

2009-07-31 Thread Andre Lopes
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 i