]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Adjust handling of data type names to suppress double quotes
authorThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 14 Dec 1998 00:14:24 +0000 (00:14 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Mon, 14 Dec 1998 00:14:24 +0000 (00:14 +0000)
commitf43e75a7c616fb3cc7e1c287bd5c1865161eaf78
tree650f65097fb2e74af0c8a66dac667307fb9929ee
parentafa71c7661989651528b87ad5c6690f5e9c44fcf
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