Re: capitalized sql (was: Re: Changing the default valu e of an inherited column)

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема Re: capitalized sql (was: Re: Changing the default valu e of an inherited column)
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368269@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: capitalized sql (was: Re: Changing the default valu e of an inherited column)
Список 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 по дате отправления:

Предыдущее
От: Philip Warner
Дата:
Сообщение: Re: Re: Changing the default value of an inherited column
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Third call for platform testing