]> granicus.if.org Git - postgresql/commit
Adjust handling of data type names to suppress double quotes
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 13 Dec 1998 23:41:32 +0000 (23:41 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 13 Dec 1998 23:41:32 +0000 (23:41 +0000)
commite18d900da4f1ecf2a1fd50e6727891c4ac1c1775
tree3787d5524733efb0e430835ab5fd485f28d1a799
parent239564e9efcfab7b97a517d1c0e5527475a4a3f9
Adjust handling of data type names to suppress double quotes
 unless necessary.
Label internal bpchar types as "character" and varchar types as
 "character varying" to be less Postgres-specific. These types map to
 the SQL92 definitions anyway.
Redefine g_force_quotes to be the local variable force_quotes.
Pass this as an argument to fmtId().
These should help with handling the single-byte internal "char" type.
src/bin/pg_dump/common.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h