Re: Disable OpenSSL compression
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Albe Laurenz <laurenz.albe@wien.gv.at>, Magnus Hagander <magnus@hagander.net>, "Christopher Browne *EXTERN*" <cbbrowne@gmail.com>, ktm@rice.edu, pgsql-hackers@postgresql.org
Date: 2011-11-10T22:12:43Z
Lists: 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