Re: Fwd: Re: [CORE] temporal tables (SQL2011) - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Fwd: Re: [CORE] temporal tables (SQL2011)
Date
Msg-id CAMsr+YFXb7-AaLTQq32HqVPvEXiTKUjQpguk9Jr+Q_JqxTcuUw@mail.gmail.com
Whole thread Raw
In response to Re: Fwd: Re: [CORE] temporal tables (SQL2011)  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: Fwd: Re: [CORE] temporal tables (SQL2011)  (Stefan Scheid <stefan.scheid@4braincells.de>)
List pgsql-hackers
<div dir="ltr"><p dir="ltr"><p dir="ltr">On 8 Nov. 2016 15:11, "Craig Ringer" <<a
href="mailto:craig@2ndquadrant.com"target="_blank">craig@2ndquadrant.com</a>> wrote:<br /> ><br /> ><br />
><br/> > On 7 November 2016 at 05:08, Stefan Scheid <<a href="mailto:ssc@4braincells.de"
target="_blank">ssc@4braincells.de</a>>wrote:<br /> >><br /> >> Hi all,<br /> >><br /> >>
arethere plans to introduce temporal tables?<br /> ><br /> > I don't know of anybody working on them, but someone
elsemay. Try searching the list archives.<p dir="ltr">I should've mentioned that one of the reasons it doesn't seem to
bethat high on many people's priority lists is that it's fairly easy to implement with triggers and updatable views.
There'sa greater performance cost than I'd expect to pay for the same thing done as a built-in feature, but it works
wellenough.<p>Many ORMs and application frameworks also offer similar capabilities at the application level.<p>So I
thinktemporal tables are one of those nice-to-haves that so far people just find other ways of doing.</div> 

pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Is user_catalog_table sensible for matviews?
Next
From: Jim Nasby
Date:
Subject: Re: Add support for SRF and returning composites to pl/tcl