Re: request - Mailing list pgsql-bugs

From Andreas Pflug
Subject Re: request
Date
Msg-id 427D024E.8030403@pse-consulting.de
Whole thread Raw
In response to Re: request  (John R Pierce <pierce@hogranch.com>)
List pgsql-bugs
John R Pierce wrote:

>> I would really like postgres to model the alter syntax of mysql,
>> which is really easy to modify table schema especially to include the
>> AFTER col_name  part.
>
>
> A) why does the order of the columns in a particular table matter at all?

If coding without caring (about portability/robustness), unfortunately
programmers are seduced by MySQL to work like that..

>
> B) is this any sort of SQL standard?

Definitely no.
Do not use SELECT * if you need a specific column ordering, *that* is
SQL standard.

Regards,
Andreas

pgsql-bugs by date:

Previous
From: John R Pierce
Date:
Subject: Re: request
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #1569: Threads don't see ecpg default connection