Re: Quoting of psql \d output

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Quoting of psql \d output
Date: 2003-12-23 14:32:30
Message-ID: 200312231432.hBNEWUa28707@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-12-23 15:00:40 Re: Quoting of psql \d output
Previous Message Peter Eisentraut 2003-12-23 13:04:06 Re: Quoting of psql \d output

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-12-23 15:00:40 Re: Quoting of psql \d output
Previous Message Peter Eisentraut 2003-12-23 13:04:06 Re: Quoting of psql \d output