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

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'Philip Warner'" <pjw(at)rhyme(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: capitalized sql (was: Re: Changing the default valu e of an inherited column)
Date: 2001-04-03 10:04:17
Message-ID: 11C1E6749A55D411A9670001FA687963368269@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2001-04-03 10:58:07 Re: Third call for platform testing
Previous Message Philip Warner 2001-04-03 08:55:36 Re: Re: Changing the default value of an inherited column