Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the pg_temporal extensions #11072

Open
MihaiBojin opened this issue Mar 3, 2025 · 0 comments
Open

Support the pg_temporal extensions #11072

MihaiBojin opened this issue Mar 3, 2025 · 0 comments
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

Comments

@MihaiBojin
Copy link
Contributor

MihaiBojin commented Mar 3, 2025

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 compare ZonedDateTime 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

@MihaiBojin MihaiBojin added t/user_request Issue type: feature or bug report from the real cloud user c/compute Component: compute, excluding postgres itself f/extensions Feature: extentions labels Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant