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