Re: Referencing a view? - Mailing list pgsql-sql

From James Orr
Subject Re: Referencing a view?
Date
Msg-id 002301c10ba1$90872260$1600000a@lrg.office
Whole thread Raw
In response to Re: Referencing a view?  ("Grigoriy G. Vovk" <grigoriy.vovk@linustech.com.cy>)
Responses Re: Referencing a view?  ("Grigoriy G. Vovk" <grigoriy.vovk@linustech.com.cy>)
Re: Referencing a view?  ("Josh Berkus" <josh@agliodbs.com>)
List 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



pgsql-sql by date:

Previous
From: Luis Sousa
Date:
Subject: Executing RECORD's inside a FUNCTION
Next
From: "Grigoriy G. Vovk"
Date:
Subject: Re: Referencing a view?