Re: [pgadmin-support] Please add the ability to add columns into the middle of a table.

2016-05-06 Thread David G. Johnston
On Fri, May 6, 2016 at 1:59 PM, Patrick Headley wrote: > > Please reconsider your original reply. > ​My personal opinion is not the issue here. Even if I wanted to I lack the skill set to make this happen. David J. ​

Re: [pgadmin-support] Please add the ability to add columns into the middle of a table.

2016-05-06 Thread Patrick Headley
I am certainly open to the wiki idea. Each script has to be customized so only a description of the steps and samples could be included. How do I go about adding this to the wiki? Is there someone else that maintains the wiki that I can contact? Is it something I could write up and turn over to

Re: [pgadmin-support] Please add the ability to add columns into the middle of a table.

2016-05-06 Thread Darren Duncan
On 2016-05-06 12:24 PM, David G. Johnston wrote: ​B) For PostgreSQL itself to allow for column re-ordering? The later has been discussed many times, including relatively recently, but hasn't made it into -core (not even sure if patches have been proposed. I hope that feature makes it into core

Re: [pgadmin-support] Please add the ability to add columns into the middle of a table.

2016-05-06 Thread David G. Johnston
On Fri, May 6, 2016 at 12:53 PM, Patrick Headley wrote: > I would like it if pgAdmin could generate the script to insert table > columns into the middle of an existing table. This is something that is > available in the SQL Server Management Studio, which uses essentially the > same steps that I

Re: [pgadmin-support] Please add the ability to add columns into the middle of a table.

2016-05-06 Thread Patrick Headley
I would like it if pgAdmin could generate the script to insert table columns into the middle of an existing table. This is something that is available in the SQL Server Management Studio, which uses essentially the same steps that I described in my initial request. So, hte answer is neither A o

Re: [pgadmin-support] Please add the ability to add columns into the middle of a table.

2016-05-06 Thread David G. Johnston
On Fri, May 6, 2016 at 12:18 PM, Patrick Headley wrote: > Having the ability to insert a column in the middle of a table using the > PGAdmin 3 UI would be very nice. Benefits include grouping related fields > and creating a column list in the natural flow of data entry. Having it > automated with

[pgadmin-support] Please add the ability to add columns into the middle of a table.

2016-05-06 Thread Patrick Headley
Having the ability to insert a column in the middle of a table using the PGAdmin 3 UI would be very nice. Benefits include grouping related fields and creating a column list in the natural flow of data entry. Having it automated within the UI would make this piece of DB management so much easie