Enhancement request

2018-01-10 Thread Campbell, Lance
Enhancement request 1: Would you please consider adding a configuration parameter that would allow people to view tables with the columns sorted? Example of a system parameter a user could set for the default display of columns in all tables: Sort all table columns by: {pulldown option} Pulld

Re: pre-configure configuration for use in Docker environment for development

2018-01-10 Thread Kermit De Kikker
On Wed, Jan 10, 2018 at 2:05 PM, Dave Page wrote: > > > On Wed, Jan 10, 2018 at 12:54 PM, Kermit De Kikker < > kermit.de.kikker.k...@gmail.com> wrote: > >> Hi, >> >> We have a docker-compose.yml configuration file for development purposes. >> This docker-compose.yml does not assume any local volu

Re: pre-configure configuration for use in Docker environment for development

2018-01-10 Thread Dave Page
On Wed, Jan 10, 2018 at 12:54 PM, Kermit De Kikker < kermit.de.kikker.k...@gmail.com> wrote: > Hi, > > We have a docker-compose.yml configuration file for development purposes. > This docker-compose.yml does not assume any local volumes and does not > persist any data. After a docker-compose resta

pre-configure configuration for use in Docker environment for development

2018-01-10 Thread Kermit De Kikker
Hi, We have a docker-compose.yml configuration file for development purposes. This docker-compose.yml does not assume any local volumes and does not persist any data. After a docker-compose restart, everything is restarted from scratch. I want to add pgAdmin service to docker-compose.yml. For con