Re: Best way to manage users

From: Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
To: Kevin Crenshaw <kcrenshaw(at)viscient(dot)com>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Best way to manage users
Date: 2006-01-04 13:19:53
Message-ID: BFE135A9.2D11%sdavis2@mail.nih.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 1/4/06 7:59 AM, "Kevin Crenshaw" <kcrenshaw(at)viscient(dot)com> wrote:

> I am developing a web application and I would like to manage my user
> accounts in my postgresql database. Is the 'best' way to do this to set up
> all of my user accounts in Postgres and then set up a table to store the
> additional user information that I want to keep (email address, fax number
> etc.)?

Are you talking about database users, or web app users? What language are
you developing in?

Sean

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Kevin Crenshaw 2006-01-04 14:51:31 Re: Best way to manage users
Previous Message Daniel Staal 2006-01-04 13:08:53 Re: Best way to manage users