Re: Address Table

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Rudi Starcevic <rudi(at)oasis(dot)net(dot)au>, pgsql-novice(at)postgresql(dot)org
Subject: Re: Address Table
Date: 2003-06-27 00:43:18
Message-ID: 200306261743.18414.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Rudi,

> If each Parks has *one and one only* address
> is it better to store the address in the parks_table
> or build another table just for Parks addresses - parks_address ?

If each Park has exaclty one address, just put the address in the "parks"
table.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message M Spreij 2003-06-27 01:04:45 enum, set
Previous Message Mendola Gaetano 2003-06-27 00:29:48 Re: authentication questions