-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: timetz datatype #20944
Copy link
Copy link
Closed
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQL
Description
Used in Hibernate/Java criteriaBuilder.
However, it's worth noting what the Postgres docs have to say on TIMETZ:
The type time with time zone is defined by the SQL standard, but the definition exhibits properties which lead to questionable usefulness. In most cases, a combination of date, time, timestamp without time zone, and timestamp with time zone should provide a complete range of date/time functionality required by any application.
But that said, it might be important for us to support this in order to improve our drop-in compatibility with existing Hibernate applications.
Related to #16490.
@solongordon do you have any estimate of how much work implementing this might be given the existing work on TIME?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQL