Attaching information about users - Mailing list pgsql-general

From David Goodenough
Subject Attaching information about users
Date
Msg-id 200711011101.35959.david.goodenough@btconnect.com
Whole thread Raw
List pgsql-general
What is the proper way to attach additional information about users of
a database.  That is to say I am using their DB login as their application
ID, and I need to have one or more tables which remember preferences and
other application level things, but the key is their current userid and
I want to be sure that I only have entries for people who are currently
users in this DB.  I suppose what I want to do is to use foreign key
constraints, but that would be to a postgresql specific table (I guess,
or is the table that holds the list of IDs and its field names common
across DBs?).

David

pgsql-general by date:

Previous
From: dhiraj bhosale
Date:
Subject: If Postgresql DLL files causing any kind of conflict for two different versions of Postgresql installed on one machine
Next
From: Magnus Hagander
Date:
Subject: Re: If Postgresql DLL files causing any kind of conflict for two different versions of Postgresql installed on one machine