Re: Disable OpenSSL compression - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Disable OpenSSL compression
Date
Msg-id 201111102239.pAAMdIU09587@momjian.us
Whole thread Raw
In response to Re: Disable OpenSSL compression  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Disable OpenSSL compression  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > How is the compression connection parameter set?  It seems odd for it to
> > be compiled into the application because the application could be run on
> > different networks.  I don't know of any way to inject connection
> > options from outside the application like libpq's PGOPTIONS.
> 
> Huh?  You put it in the connection string, typically.  This is not
> different from how you'd specify sslmode to start with.

Well, you are saying the client is more flexible, but if the client is a
binary, it isn't flexible without an environment variable to control it.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: Parsing output of EXPLAIN command in PostgreSQL
Next
From: Andreas Karlsson
Date:
Subject: Re: Parsing output of EXPLAIN command in PostgreSQL