Add parameter :sslcompression to PostgreSQL adapter.
It is new in PostgreSQL-9.2 .
This commit is contained in:
parent
927d345381
commit
950ef05585
@ -20,8 +20,8 @@ module ConnectionHandling # :nodoc:
|
||||
VALID_CONN_PARAMS = [:host, :hostaddr, :port, :dbname, :user, :password, :connect_timeout,
|
||||
:client_encoding, :options, :application_name, :fallback_application_name,
|
||||
:keepalives, :keepalives_idle, :keepalives_interval, :keepalives_count,
|
||||
:tty, :sslmode, :requiressl, :sslcert, :sslkey, :sslrootcert, :sslcrl,
|
||||
:requirepeer, :krbsrvname, :gsslib, :service]
|
||||
:tty, :sslmode, :requiressl, :sslcompression, :sslcert, :sslkey,
|
||||
:sslrootcert, :sslcrl, :requirepeer, :krbsrvname, :gsslib, :service]
|
||||
|
||||
# Establishes a connection to the database that's used by all Active Record objects
|
||||
def postgresql_connection(config)
|
||||
|
Loading…
Reference in New Issue
Block a user