Quoting identifiers in postgres has always been problematic. PgAdmin takes the position that everything gets quoted, regardless which has it's own issues
On 2 December 2015 at 05:21, Kevin Wooten <kdubb@me.com> wrote:
Does anybody know if the name of a type/table in these system tables is guaranteed to be in a quotable format? Ran into a specific instance where the table name needs to be quoted by the driver (e.g. “user”) but want to make sure it’s always valid to quote the name from pg_type.