• Thomas G. Lockhart's avatar
    Surround all identifiers with double quotes. · 96019647
    Thomas G. Lockhart authored
     Formerly did so only for those which clearly required it, but that
     would still miss things like reserved key words which also require it.
    Implement the "-n" switch to revert the double quote behavior
     to put DQs only where there is more than lower-case, digits,
     and underscores.
    96019647
pg_dump.c 70 KB