Re: Using compression on TCP transfer

From: "Andrus" <kobruleht2(at)hot(dot)ee>
To: "Olivier Gautherot" <ogautherot(at)gautherot(dot)net>
Cc: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using compression on TCP transfer
Date: 2020-03-31 11:35:02
Message-ID: 66FDD9A196734B15AAC01848F5F70D8D@dell2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!
>Updated doc reference:
>https://www.postgresql.org/docs/12/libpq-connect.html
>They mention that compression is insecure and disabled by default. Taking this into account, compression will require that both ODBC and PostgreSQL are set >up with compression enabled. I could not figure out quickly whether this requires also recompiling the code...

I added

Pqopt={sslcompression=1};

to psqlodbc connection string but log file shows that it still not compressed.

I’m using Debian 10 and Postgres 12 installed from postgres repository.
How to check is will it support compression or not.

Andrus.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2020-03-31 11:59:49 Re: Using compression on TCP transfer
Previous Message Olivier Gautherot 2020-03-31 10:28:45 Re: Using compression on TCP transfer