Re: Disable OpenSSL compression - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Disable OpenSSL compression
Date
Msg-id 17516.1320963163@sss.pgh.pa.us
Whole thread Raw
In response to Re: Disable OpenSSL compression  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Disable OpenSSL compression
List pgsql-hackers
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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: type privileges and default privileges
Next
From: Greg Smith
Date:
Subject: Re: Parsing output of EXPLAIN command in PostgreSQL