Обсуждение: Order columns

Поиск
Список
Период
Сортировка

Order columns

От
"Daniel Seichter"
Дата:
Hello,

isn't there a function for reorder columns of an existing table?

Daniel


Re: Order columns

От
Andreas Pflug
Дата:
Daniel Seichter wrote:
> Hello,
> 
> isn't there a function for reorder columns of an existing table?

No, and there never will be, this was discussed exhaustively on 
pgsql-hackers.
Simply *never-ever* rely on the order of columns of a SELECT *, on any 
database system; it's always a call for trouble.

Regards,
Andreas