Problem
Currently, the EXTRACT function is not implemented in our PostgreSQL system. To implement this, we also need to include data types such as hour, minute, second, etc.
Implementation Plan
- Update Postgres Data Types to include these new data types
- Update
PostgresFunctionWithUnknownResult with the actual logic of EXTRACT function
- Update
PostgresFunctionwith EXTRACT function
- Update
PostgresToStringVisitorwith EXTRACT function