> 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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to