Re: psql: Make SSL info display more compact

2022-02-28 Thread Daniel Gustafsson
> On 28 Feb 2022, at 10:02, Peter Eisentraut > wrote: > Since support for SSL compression has been removed from PostgreSQL, it > doesn't seem sensible to display it anymore. This was originally done, but all client side changes reverted as there still are server versions in production which

psql: Make SSL info display more compact

2022-02-28 Thread Peter Eisentraut
Currently, when you connect with psql over SSL, you get a display like this: psql (15devel) SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off) Type "help" for help. Since support for SSL compression has been removed from PostgreSQL, it doesn't seem

Re: Add id's to various elements in protocol.sgml

2022-02-28 Thread Brar Piening
On Feb 25, 2022 at 14:31, Peter Eisentraut wrote: I think that kind of stuff would be added in via the web site stylesheets, so you wouldn't have to deal with XSLT at all. True for the CSS but  adding the HTML (#) will need either XSLT or Javascript.

Re: Typo in pgbench messages.

2022-02-28 Thread Tatsuo Ishii
Hi Fabien, >> That doesn't sound like an overwhelmingly convincing argument to print >> some messages with 'X %' and others with 'X%'. > > Indeed. The no-space % are for database loading progress and the final > report which I happen not to process through pipes and are more > user-facing

Re: Allow file inclusion in pg_hba and pg_ident files

2022-02-28 Thread Michael Paquier
On Sat, Feb 26, 2022 at 02:50:33PM +0800, Julien Rouhaud wrote: > Of course. I was thinking using "auth" for something that's common to pg_hba > and pg_ident (like e.g. TokenizeAuthFile()), and otherwise keep the current > hba/ident prefix. Okay, thanks. > Unless someone object or suggest

<    1   2