-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: make TIMETZ more pg-compatible #26097
Copy link
Copy link
Closed
Labels
A-sql-datatypesSQL column types usable in table descriptors.SQL column types usable in table descriptors.A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.X-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.
Milestone
Metadata
Metadata
Assignees
Labels
A-sql-datatypesSQL column types usable in table descriptors.SQL column types usable in table descriptors.A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.X-anchored-telemetryThe issue number is anchored by telemetry references.The issue number is anchored by telemetry references.
Following up to #25224.
Currently TIMETZ does not store the time zone.
The code could be adapted to do this and make the data type more compatible with postgres.