|
|
|
|
|
by masklinn
1445 days ago
|
|
1. That’s not exactly true, AFAIK all RDBMS return columns in table order when order is unspecified (`*`), and while they could reorder on retrieval 2. postgres definitely does not, and column tetris is absolutely a thing in the same way struct packing is (with the additional complexity of variable-size columns) |
|
And what PostgreSQL does is of course an implementation detail of PostgreSQL.