Re: Table inheritance and column ordering question

2019-08-11 Thread Tom Lane
Stephan Doliov writes: > I'd like to know whether there is any way to control the order of inherited > columns? Nope, not at present. There's a lot of wished-for functionality around separating the presentation order of table columns from their physical storage order. If we had that it'd fix you

Table inheritance and column ordering question

2019-08-11 Thread Stephan Doliov
Hi all, I hope this is the right list for my question, if not, please let me know to which list I should send the question. I'd like to know whether there is any way to control the order of inherited columns? This is purely an issue of syntactic sugar for me. I'd like to be able to do the followi