Re: Best way to manage users

From: "Kevin Crenshaw" <kcrenshaw(at)viscient(dot)com>
To: "'Sean Davis'" <sdavis2(at)mail(dot)nih(dot)gov>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Best way to manage users
Date: 2006-01-04 14:51:31
Message-ID: 20060104145130.874D19DC814@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I am talking about web app users. I would like to store contact information
as well as billing related info like billing address and payment history and
status. I am developing in VB.Net.

Thanks,

Kevin

-----Original Message-----
From: Sean Davis [mailto:sdavis2(at)mail(dot)nih(dot)gov]
Sent: Wednesday, January 04, 2006 8:20 AM
To: Kevin Crenshaw; pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] Best way to manage users

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 Sean Davis 2006-01-04 14:59:09 Re: Best way to manage users
Previous Message Sean Davis 2006-01-04 13:19:53 Re: Best way to manage users