• Andrew Dunstan's avatar
    Correctly handle array pseudotypes in to_json and to_jsonb · 502a3832
    Andrew Dunstan authored
    Columns with array pseudotypes have not been identified as arrays, so
    they have been rendered as strings in the json and jsonb conversion
    routines. This change allows them to be rendered as json arrays, making
    it possible to deal correctly with the anyarray columns in pg_stats.
    502a3832
jsonb.c 46.5 KB