TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Historical records with PostgreSQL, temporal tables and SQL:2011(2015)

1 pointsby akbarnamaover 1 year ago

1 comment

refsetover 1 year ago
From the extension readme:<p>&gt; Currently, Temporal Tables Extension supports the system-period temporal tables only.<p>For anyone looking for full application-period support and bitemporal tables on Postgres, I think the only actively maintained library&#x2F;extension available is <a href="https:&#x2F;&#x2F;github.com&#x2F;hettie-d&#x2F;pg_bitemporal">https:&#x2F;&#x2F;github.com&#x2F;hettie-d&#x2F;pg_bitemporal</a> (it&#x27;s also not SQL:2011 compliant though).