Antw: (possibly spam: 8.6484) Re: [pgadmin-support] Order columns

2005-04-07 Thread Daniel Seichter
Hello, ok, thank you. Daniel >>> Andreas Pflug <[EMAIL PROTECTED]> 07.04.2005 14:36 >>> 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

Re: [pgadmin-support] Order columns

2005-04-07 Thread 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. Re

[pgadmin-support] Order columns

2005-04-07 Thread Daniel Seichter
Hello, isn't there a function for reorder columns of an existing table? Daniel ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster