]> granicus.if.org Git - postgresql/commit
Add "-N" flag to force double quotes around identifiers.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 6 Nov 1998 15:54:47 +0000 (15:54 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 6 Nov 1998 15:54:47 +0000 (15:54 +0000)
commit680e4a295090364e6753476aa9549f367b8a298c
treea2983c63a66fa944a40b13ac53ac02fc73de4f32
parent3d22596fe79328bfd850f57df2e3130b3bba4d82
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