• Peter Eisentraut's avatar
    Rename the internal structures of the CREATE TABLE (LIKE ...) facility · db49517c
    Peter Eisentraut authored
    The original implementation of this interpreted it as a kind of
    "inheritance" facility and named all the internal structures
    accordingly.  This turned out to be very confusing, because it has
    nothing to do with the INHERITS feature.  So rename all the internal
    parser infrastructure, update the comments, adjust the error messages,
    and split up the regression tests.
    db49517c
outfuncs.c 71.2 KB