mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 23:33:01 -04:00
d1031cdef2
SQLSTATE error codes required by SQL99 (invalid format, datetime field overflow, interval field overflow, invalid time zone displacement value). Also emit a HINT about DateStyle in cases where it seems appropriate. Per recent gripes.