• Peter Eisentraut's avatar
    pg_dump: Dump operators with the same name ordered by arity · 15df0378
    Peter Eisentraut authored
    pg_dump sorts operators by name, but operators with the same name come
    out in random order.  Now operators with the same name are dumped in
    the order prefix, postfix, infix.  (This is consistent with functions,
    which are dumped in increasing number of argument order.)
    15df0378
pg_dump.h 16.2 KB