Re: Question About Native Support for SQL:2011 Temporal Tables in PostgreSQL

2024-11-23 Thread Tom Lane
Greg Sabino Mullane writes: > On Mon, Nov 11, 2024 at 6:23 AM David Lynam > wrote: >> Are there any plans or discussions about adding native support for >> SQL:2011 temporal tables, so we don’t need extensions? > No concrete plans I've heard of (but see below). See this long-running thread: ht

Re: Question About Native Support for SQL:2011 Temporal Tables in PostgreSQL

2024-11-23 Thread Greg Sabino Mullane
On Mon, Nov 11, 2024 at 6:23 AM David Lynam wrote: > Are there any plans or discussions about adding native support for > SQL:2011 temporal tables, so we don’t need extensions? No concrete plans I've heard of (but see below). For the record, "so we don't need extensions" is not a winning argume

Question About Native Support for SQL:2011 Temporal Tables in PostgreSQL

2024-11-11 Thread David Lynam
Hi Postgres Community, I wanted to ask about support for temporal tables as defined in the SQL:2011 standard. Right now, I know that we can get similar functionality using extensions like pg_temporal, which has been really useful. But for those of us running PostgreSQL on managed platforms like