| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | Diego Augusto Molina <diegoaugustomolina(at)gmail(dot)com> |
| Cc: | "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: [patch] Connect to old servers |
| Date: | 2019-01-22 15:59:14 |
| Message-ID: | CA+OCxoz72wY3JRafRgrFUt=KgW_dX8wEi71bWOsdM8oG0bunqg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
Hi
On Wed, Jan 16, 2019 at 12:35 PM Diego Augusto Molina
<diegoaugustomolina(at)gmail(dot)com> wrote:
>
> 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 error stating
> that the configuration parameter "bytea_output" doesn't exist and
> connection is then closed. You can figure how *old* I'm talking about
> now.
>
> So, instead of using the "SET configuration_parameter = value" I
> changed it to "UPDATE pg_settings ..." (which is valid according to
> the docs) to make it silently not set that parameter if it's not found
> in the server. I also have some v11 clusters and can confirm using
> "SHOW bytea_output" that it's still correctly set to "escape". But if
> I access the same cluster from within "psql" program I get "hex".
I've committed this (with a comment saying why) as a convenience for
poor souls like yourself who are stuck with ancient PostgreSQL
releases as it's trivial - however, I need to be clear that we're not
going to go any further towards supporting such releases as it'll be
impossible to maintain.
Thanks, Dave.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2019-01-22 16:08:48 | Re: Docker image not running on IPv6-disabled systems |
| Previous Message | Dave Page | 2019-01-22 15:49:27 | Re: pgAdmin v4.1 - positive feedback |