Bookmarks
Posts tagged: Database
How do I alter the position of a column in a PostgreSQL database table?
Jun
17
2016
https://wiki.postgresql.org/wiki/Alter_column_position The three workarounds from this article are: Recreate the table Add columns and move data Hide the differences with a view
DBeaver – universal database manager
Mar
7
2013
DBeaver is free and open source (GPL) universal database tool for developers and database administrators.