Support the pg_temporal extensions #11072
Labels
c/compute
Component: compute, excluding postgres itself
f/extensions
Feature: extentions
t/user_request
Issue type: feature or bug report from the real cloud user
Summary
This is a request to support the
pg_temporal
extension.Goal: Enable more accurate date/time support on database(s) by using the Temporal API that will be coming to JavaScript's "standard library" (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal for details).
pg_temporal
is a very simple Postgres extension that can store, read, write, and compareZonedDateTime
objects.The repository for the extension is available here: https://github.com/Wundero/pg_temporal.
Installation instructions are available in the repo's
README
; further details can be provided on request.References
The text was updated successfully, but these errors were encountered: