pg_dump: Dump operators with the same name ordered by arity
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.)
Showing
Please register or sign in to comment