• T
    Rule names are now unique per-relation, rather than unique globally. · b3120804
    Tom Lane 提交于
    DROP RULE and COMMENT ON RULE syntax adds an 'ON tablename' clause,
    similar to TRIGGER syntaxes.  To allow loading of existing pg_dump
    files containing COMMENT ON RULE, the COMMENT code will still accept
    the old syntax --- but only if the target rulename is unique across
    the whole database.
    b3120804
pg_dump.c 136.6 KB