• T
    Fix unsupported options in CREATE TABLE ... AS EXECUTE. · 9ed439a9
    Tom Lane 提交于
    The WITH [NO] DATA option was not supported, nor the ability to specify
    replacement column names; the former limitation wasn't even documented, as
    per recent complaint from Naoya Anzai.  Fix by moving the responsibility
    for supporting these options into the executor.  It actually takes less
    code this way ...
    
    catversion bump due to change in representation of IntoClause, which might
    affect stored rules.
    9ed439a9
readfuncs.c 29.7 KB