mirror of
https://github.com/postgres/postgres.git
synced 2026-06-17 22:19:08 -04:00
208d3a7555
In particular, always show 0 for the date type instead of null, and show 6 (the default) for time, timestamp, and interval without a declared precision. This is now in fuller conformance with the SQL standard. Also clarify the documentation about this. discovered and analyzed by Konstantin Izmailov and Tom Lane