Open GoogleCodeExporter opened 9 years ago
Just to add background information to this based on our previous discussions -
this feature was "removed" when I refactored the schema designer as it's not
actually possible to re-order fields in Postgres. Previously, the schema
designer used an XML representation of the schema which could store the fields
in a different order, but now the schema is read directly from the database.
Currently, there is a database table for storing the positions of tables in the
schema designer. It is feasible that this or a similar table could be used to
store an alternative order for the fields, although I suspect the work to
implement such a feature would be significant, an would create inconsistencies
with the editing view and export as mentioned. The code for moving fields is
still in the schema designer code, but commented out.
Original comment by marxjohn...@gmail.com
on 17 Feb 2015 at 9:01
Just noting that another user has said it would be useful to have this feature
- see ticket number 2693695 in the ORDS RT queue.
(That ticket also raises the point that the documentation needs updating to
reflect the current state of the system - I'll do that ASAP.)
I've reassigned this to Scott, as it no longer makes sense to have it assigned
to Mark - feel free to reassign again if you're not the most appropriate person
to look at this.
Original comment by meriel.p...@gmail.com
on 11 Mar 2015 at 2:55
Original issue reported on code.google.com by
meriel.p...@gmail.com
on 16 Feb 2015 at 5:56