Referencing - Mailing list pgsql-sql

From lucas@presserv.org
Subject Referencing
Date
Msg-id 20051027172452.zdz9bjn9bd440ogk@www.presserv.org
Whole thread Raw
List pgsql-sql
Hi.
Is there a way to references dynamic tables? I.E:
I have a table called "buy" that create some records in "financial" table, but
there is other table called "send" that create other records in "financial".
"Financial" table have the moneys' movements and needs to be referenciable by
"buy or send". IE:create table buy ( id serial primary key, product_id integer,--references.... value money);create
tablesend ( id serial primary key, product_id integer, --references... value money);create table financial( id serial
primarykey, cred_deb smallint, value money, references integer, --<<-HERE IS THE PROBLEM, it will reference to buy OR
send
table);
Well, I dont know if I was clean.
Thank you.


pgsql-sql by date:

Previous
From: MaXX
Date:
Subject: Re: Merging lines with NULLs (with example data)
Next
From: boinger
Date:
Subject: Re: combining records from a single table and presenting them as one record