Re: Display of foreign keys in psql

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "Bruce Momjian" <bruce(at)momjian(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Display of foreign keys in psql
Date: 2009-06-10 22:04:12
Message-ID: 4A2FE78C0200002500027864@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> Peter Eisentraut wrote:

>> Indexes:
>> "test1_pkey" PRIMARY KEY, btree (a)
>> Referenced by:
>> "test2_y_fkey" IN test2 FOREIGN KEY (y) REFERENCES test1(a)
>>
>> Is there a magic reason why the IN is capitalized?

> should be lowercase.

What about PRIMARY KEY, FOREIGN KEY, and REFERENCES?

Shouldn't these keywords be consistently capitalized (or not)?

-Kevin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-06-10 22:04:26 Re: Display of foreign keys in psql
Previous Message Bruce Momjian 2009-06-10 21:58:44 Re: Display of foreign keys in psql