• Tom Lane's avatar
    Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, as · 0ff384f0
    Tom Lane authored
    well as regular tables.  Per discussion, this seems necessary to meet the
    principle of least astonishment.
    
    In passing, simplify the error messages in warnAutoRange().  Now that we
    have parser error position info for these errors, it doesn't seem very
    useful to word the error message differently depending on whether we are
    inside a sub-select or not.
    0ff384f0
parse_relation.c 60 KB