OWNER not being quoted for FOREIGN TABLEs code

2020-06-25 Thread Diego Augusto Molina
Hi, thanks for the great job! I found that when looking at the SQL code for foreign tables the generated code includes the 'ALTER ... OWNER TO' but the role is not being quoted. This happens in the latest version for any supported PostgreSQL server. So I checked out the code and fixed it, I hope,

Re: Docker image not running on IPv6-disabled systems

2019-01-28 Thread Diego Augusto Molina
Hi, Dave On 1/22/19, Dave Page wrote: > Hi > > On Wed, Jan 16, 2019 at 12:41 PM Diego Augusto Molina > wrote: >> >> Here's the patch, sorry for the bad manners. > > That effectively reverts the fix committed to resolve this doesn't it? > https://r

Re: Docker image not running on IPv6-disabled systems

2019-01-16 Thread Diego Augusto Molina
Here's the patch, sorry for the bad manners. --- entrypoint.sh.orig 2019-01-16 09:38:18.760830943 -0300 +++ entrypoint.sh 2019-01-15 16:43:26.0 -0300 @@ -28,7 +28,7 @@ # Using --threads to have multi-threaded single-process worker if [ ! -z ${PGADMIN_ENABLE_TLS} ]; then -exec gunico

[patch] Connect to old servers

2019-01-16 Thread Diego Augusto Molina
Hi, thank you for this great software! I'm not implying that support for old servers should be added or announced, of course. But in my organization we are doomed to keep some legacy servers (for now), certainly not something we are proud of. When attempting to connect to those servers I get an er

Docker image not running on IPv6-disabled systems

2019-01-15 Thread Diego Augusto Molina
Hi, thanks for the great job! * Description: I have docker installed in updated Void Linux and use "ipv6.disable=1" in the kernel cmdline to hard-disable IPv6 support systemwide. In these conditions, the container fails to start with the following log messages: $LOG$ NOTE: Configuring authentic