From: "Steve SAUTETNER" <ssa(at)informactis(dot)com>
To: "Pgsql-General" <pgsql-general(at)postgresql(dot)org>
Subject:
Date: 2001-08-10 15:39:26
Message-ID: BKEHJDOFOAHJBCOBCHJGEEADCDAA.ssa@informactis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello !

I've got 2 databases. In the first i've got users described in a table
(name, adress ..).
In the second, i've got a table with products informations (id, price, owner
...).
I must create a trigger in the second table on insert that verify that the
product's owner exists in the first database.

Anyone has an idea on how to do it ?
(i can't merge the two databases)

have a nice day !

Responses

  • Re: at 2001-08-10 17:36:23 from Jason Earl

Browse pgsql-general by date

  From Date Subject
Next Message pgsql-general 2001-08-10 16:03:53 Date Format Inquiry
Previous Message Travis Bauer 2001-08-10 14:56:47 PL/Perl on Solaris