Re: Thoughts on a "global" client configuration? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Thoughts on a "global" client configuration?
Date
Msg-id a4796521-1806-454e-ab5d-3035a31aa677@eisentraut.org
Whole thread Raw
In response to Re: Thoughts on a "global" client configuration?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 08.10.25 16:39, Robert Haas wrote:
> To be honest, I think part of the problem here has to do with our
> choice of syntax. For HTTP, you just change the URL from http to https
> and it's one extra character. Decorating every connection string with
> sslmode=none (if the default is verify-full and you're running on a
> trusted network) or sslmode=verify-full (if the default is none and
> you're not running on a trusted network) feels bad, especially if you
> have to type those connection strings by hand with any frequency.

But even a browser has a default setting for which variant to use when 
you type in a domain name without a scheme.  And in most cases, that 
default was changed at some point during the last 20 years.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Improve docs syntax checking and enable it in the meson build
Next
From: Andrew Dunstan
Date:
Subject: Re: [PATCH] Add pg_get_trigger_ddl() to retrieve the CREATE TRIGGER statement