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