Re: Reordering the fields in a table
От | David G. Johnston |
---|---|
Тема | Re: Reordering the fields in a table |
Дата | |
Msg-id | CAKFQuwZ+fnqh=jYYo6BkvVzrf66p4FCKokJh0eXi7yHQTnKV=Q@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Reordering the fields in a table (Ron <ronljohnsonjr@gmail.com>) |
Ответы |
Re: Reordering the fields in a table
|
Список | pgsql-admin |
On Friday, April 16, 2021, Ron <ronljohnsonjr@gmail.com> wrote:
If you want to present your table data in a readable format, you need a front end application.
Arranging table columns is the job of such a tool.
Adding "ALTER TABLE MOVE COLUMN ... BEFORE/AFTER COLUMN ..." is pretty trivial, requiring "just another table", which stores the physical order of the columns, and also the order in which they are presented to the "user layer". I know this because such a feature was implemented 15+ years ago in Rdb/VMS.
The feature has been discussed before on these lists and the only thing preventing its inclusion is some developers either donating their time to see it finished or some interested non-developers paying some developers to write it on their behalf.
David J.
В списке pgsql-admin по дате отправления: