Re: Quoting of psql \d output - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Quoting of psql \d output
Date
Msg-id 200312231432.hBNEWUa28707@candle.pha.pa.us
Whole thread Raw
In response to Re: Quoting of psql \d output  ("Peter Eisentraut" <peter_e@gmx.net>)
Responses Re: Quoting of psql \d output  ("Peter Eisentraut" <peter_e@gmx.net>)
List pgsql-patches
Peter Eisentraut wrote:
> Bruce Momjian writes:
> > psql \d always double-quotes table names:
>
> Yes, and that is conforming to message style rules.  Please leave it at that.

But it isn't a message:

           Table "public.xx"
     Column |  Type   | Modifiers
    --------+---------+-----------
     y      | integer |
    Indexes:
        "ii" btree (y)

There are places where the object name is used in a sentence, and I have
left those alone.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: "Peter Eisentraut"
Date:
Subject: Re: Quoting of psql \d output
Next
From: Bruce Momjian
Date:
Subject: Re: Quoting of psql \d output