Greetings, * Holger Jakobs (holger@xxxxxxxxxx) wrote: > Actually, the order of columns is of _no_ importance, since columns are identified by name and not by column number. It's the same as the order of rows in a table - undefined (unless you use order by). > > That columns appear to have some kind of order and show in tools with a stable order has technical reasons and is not rooted in relational theory. There's very practical reasons to think about the ordering of columns, at least in PostgreSQL- you can end up creating holes in your row if you order the columns in the wrong way and that can lead to wasted space. There was a patch floating around to allow re-ordering, which would also then allow us to re-order the row underneath to avoid wasting space (as much as possible, anyway) which would be really rather nice, but sadly it didn't get enough push on it to make it happen. Thanks, Stephen
Attachment:
signature.asc
Description: PGP signature