Re: Referencing a view?

From: "James Orr" <james(at)lrgmail(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Referencing a view?
Date: 2001-07-13 13:41:16
Message-ID: 002301c10ba1$90872260$1600000a@lrg.office
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Thanks for all the responses! The one from Grigoriy was particularly
interesting, I hadn't thought of that approach.

However, I came to the realization that if somebody changes their address, I
don't want it to be changed on previous orders. So I think i'll change the
orders table to contain the actual address information and use an INSERT ...
SELECT instead. That way I can be sure I have an accurate record of all
orders.

Thanks!
- James

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Grigoriy G. Vovk 2001-07-13 15:12:13 Re: Referencing a view?
Previous Message Alexey V. Neyman 2001-07-13 10:16:23 No subselects in constraint (bug?)