• T
    Adjust handling of data type names to suppress double quotes · e18d900d
    Thomas G. Lockhart 提交于
     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.
    e18d900d
common.c 11.4 KB