Re: Psql meta-command conninfo+
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
Maiquel Grassi <grassi@hotmail.com.br>, Hunaid Sohail <hunaidpgml@gmail.com>
Date: 2025-06-15T09:13:32Z
Lists: pgsql-hackers
On 12.06.25 17:28, Alvaro Herrera wrote: > On 2025-Jun-12, Peter Eisentraut wrote: > >> This new code uses the term "TLS" where the rest of PostgreSQL, including >> the rest of psql, uses the term "SSL". Making this different seems >> uselessly confusing. I suggest the attached patch to use "SSL" here as >> well. > > Sure, let's do that for now. done
Commits
-
psql: Change new \conninfo to use SSL instead of TLS
- 6d6480066c1a 18.0 landed
-
Change \conninfo to use tabular format
- bba2fbc6238b 18.0 landed
-
Update extension lookup routines to use the syscache
- d8df7ac5c04c 18.0 cited
-
Improve COPY TO performance when server and client encodings match
- b619852086ed 17.0 cited
-
doc: Remove superfluous bracket in synopsis
- fdfb92c0307c 17.0 cited
-
Remove psql support for server versions preceding 9.2.
- cf0cab868aa4 15.0 cited