Bruce Momjian <br...@momjian.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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to