"Peter Eisentraut" <peter_e@gmx.net> writes:
> Bruce Momjian writes:
>> psql \d always double-quotes table names:
> Yes, and that is conforming to message style rules. Please leave it at that.
The problem is that it is double-quoting a qualified name, which is
something we generally don't produce in messages. I think it's actively
misleading.
A simpler but uglier solution would be to quote the schema and table
names separately:
Table "public"."foo"
regards, tom lane