|
|||||||||||
|
Re: [GENERAL] postgresql table inheritance
From: Jeff Davis <pgsql(at)j-davis.com>
Date: Fri Nov 30 2007 - 15:52:31 EST
Replace "in a single particular program" with "in a specific revision of a specific component of an application" ;) The reason I say this is because most people don't realize that, by just making their objects "persist", that all of their data is now very context sensitive (to specific revisions of specific parts of their code). Contrast that with storing real world facts, which are both context insensitive and time insensitive. I do see your point, but in this context I don't think the two uses are very different. In the first case you mention, you are using the database as a lingua franca between the application at time T and the application at time T + N years (which is, in reality, a different application); rather than in the second case, where it's a lingua franca between two different applications at the same time. > Link. Did you intend to include a URL? > One man's impedance mismatch is another man's layer of abstraction or Good point. Regards, Jeff Davis ---------------------------(end of broadcast)---------------------------TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq Received on Fri Nov 30 15:53:18 2007 This archive was generated by hypermail 2.1.8 : Mon Jun 16 2008 - 21:02:32 EDT |
||||||||||
|
|||||||||||