Re: Inherit or Foreign Keys - Mailing list pgsql-general

From Bo Lorentsen
Subject Re: Inherit or Foreign Keys
Date
Msg-id 1018249548.2741.31.camel@netgroup
Whole thread Raw
In response to Inherit or Foreign Keys  ("Ben-Nes Michael" <miki@canaan.co.il>)
List pgsql-general
On Sun, 2002-04-07 at 18:03, Ben-Nes Michael wrote:

> 1. using Foreign keys.
> main tables containing the fields which are not seen like id, settings .....
> second table with foreign key to the main ID & field saying the language
> name and all the others fields are the translations.
Please go for this solution.

>
> 2. using inherit
> main tables containing the fields which are not seen like id, settings .....
> Second table called as the language name that will inherit the main one with
> all the translated fields as title, author ....
The OO model i PG is not ready for real use, yet, So, please don't use
it for production.

/BL


pgsql-general by date:

Previous
From: impala
Date:
Subject: Auto Insert date/time
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Auto Insert date/time