OSDN Git Service

Surround all identifiers with double quotes.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 2 Oct 1998 16:43:41 +0000 (16:43 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 2 Oct 1998 16:43:41 +0000 (16:43 +0000)
commit9601964773b78c00f7e18b8dd9d7418e7e0290ad
treecc8cf1ee0c1e0acd3123f2cf3f0eb21df16acc71
parentf93b6974f91491a895e875d37b474de48d4b9d8e
Surround all identifiers with double quotes.
 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.
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h