sharing data accross several databases

From: "bob lapique"<lapique(at)chez(dot)com>
To: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: sharing data accross several databases
Date: 2002-01-18 14:23:46
Message-ID: GQ51BM$ISXHv1fJysbfJaPVIFPu2WloQxXDlD3hCs3gMTkpqE9@tiscali.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I am designing 2 databases :
- the 1st relates to flasks
- the 2nd relates to cylinders

Both flasks and cylinders will be shipped accross the
world and I need to keep track of check out dates,
shipping method, destination, etc. These data will be of
the same type for both databases.

Questions :
-----------
1) Is a 3rd database the solution ?
2) I would like to use foreign keys (e.g. between a
shipped item and the destination location)

Thanks for help.

-------------------
Vous aussi devenez le "Coup de coeur de Julie" et gagnez une Webcam
sur http://www.chez.com !
Chez.com vous invite dcouvrir l'univers passionnant des sites persos.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GUNDUZ 2002-01-18 14:38:04 create language does not work... Or am I wrong?
Previous Message Andrew Gould 2002-01-18 14:23:25 Re: Books on PostgreSQL