"Peter Eisentraut" <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to