DBDesign Question

From: Konstantinos Agouros <elwood(at)agouros(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: DBDesign Question
Date: 2001-02-05 22:15:24
Message-ID: 20010205231524.A1175@rumba.agouros.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am currently designing a timesheet-system based on postgresql/java. Since
I need some cross-referenced tables I am wondering if I should add extra
id-columns in all tables (e.g. userid) or simply use the oids in the
referencing tables (e.g. use the oids of the users in all tables that need a
reference to a user?

Konstantin
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood(at)agouros(dot)de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not sustain the forming of the cosmos." B'Elana Torres

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anthony E . Greene 2001-02-05 22:26:39 Re: GUI Interfaces
Previous Message Art Taylor 2001-02-05 21:43:59 GUI Clients for PostgreSQL