Closed burmecia closed 5 months ago
This PR is to add a new column type timestamp with time zone support. With this new column type, below FDWs can support the new data type.
timestamp with time zone
Currently only timestamp without time zone is supported.
timestamp without time zone
Support timestamp with time zone in the framework.
N/A
What kind of change does this PR introduce?
This PR is to add a new column type
timestamp with time zone
support. With this new column type, below FDWs can support the new data type.What is the current behavior?
Currently only
timestamp without time zone
is supported.What is the new behavior?
Support
timestamp with time zone
in the framework.Additional context
N/A