Re: Display of foreign keys in psql

From: Greg Stark <stark(at)enterprisedb(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Display of foreign keys in psql
Date: 2009-06-10 22:04:39
Message-ID: 4136ffa0906101504ieb65159ub7d7729d1bd4b314@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 10, 2009 at 10:58 PM, Bruce Momjian<bruce(at)momjian(dot)us> wrote:
>
>> Is there a magic reason why the IN is capitalized?  (Maybe "from" would be
>> better anyway?)
>
> Probably not.  They were used to capitalizing "IN" for a subquery and it
> carried over;   should be lowercase.

Well in that line everything that isn't part of the user's
expressions, columns, or table names is in all-caps. But I agree it
looks odd. I don't really have a better suggestion though.

Hm, maybe "in table foo" or "from table foo" would be better than just
having the one preposition alone.

--
Gregory Stark
http://mit.edu/~gsstark/resume.pdf

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2009-06-10 22:08:42 Re: Display of foreign keys in psql
Previous Message Tom Lane 2009-06-10 22:04:26 Re: Display of foreign keys in psql