Add "-N" flag to force double quotes around identifiers.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 6 Nov 1998 15:56:42 +0000 (15:56 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 6 Nov 1998 15:56:42 +0000 (15:56 +0000)
commit8907230349b1af2f4a7f68c11b6b25efa6537215
tree312f098a100cb74705ef93df83583acfdf0f67b3
parent055c1ebd760a01943112f634d1868c13a26ceff1
Add "-N" flag to force double quotes around identifiers.
This is the default, but the new flag will allow overriding an alias,
 for example. So psql -n -N will put in the double quotes,
 and psql -n can be an alias for psql.
Also, add a few braces around a nested single-line conditional construct
 to suppress compiler warnings about "an ambiguous else".
src/bin/pg_dump/pg_dump.c