• Tom Lane's avatar
    Reject out-of-range dates in to_date(). · 5c4eb916
    Tom Lane authored
    Dates outside the supported range could be entered, but would not print
    reasonably, and operations such as conversion to timestamp wouldn't behave
    sanely either.  Since this has the potential to result in undumpable table
    data, it seems worth back-patching.
    
    Hitoshi Harada
    5c4eb916
formatting.c 126 KB