Re: capitalized sql (was: Re: Changing the default valu e of an inherited column) - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject Re: capitalized sql (was: Re: Changing the default valu e of an inherited column)
Date
Msg-id 11C1E6749A55D411A9670001FA687963368269@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
Responses Re: capitalized sql (was: Re: Changing the default valu e of an inherited column)  (darcy@druid.net (D'Arcy J.M. Cain))
List pgsql-hackers
> will get dumped as:
> 
>     CREATE TABLE "c5" (
>         "f1" integer NOT NULL,
>         "f3" integer
>     )
>     inherits ("p3_def1");

As an aside answer without considerable importance:

Why do people tend to write SQL keywords in all capitals ?
PostgreSQL converts everything to lower case (which I like).
So why not output lowercase ? Above example even mixes 
case, why ?

Andreas


pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Re: Re: Changing the default value of an inherited column
Next
From: Tatsuo Ishii
Date:
Subject: Re: Third call for platform testing