Skip to content

Commit

Permalink
Merge pull request #10430 from larskanis/add_sslcompression_to_pg_ada…
Browse files Browse the repository at this point in the history
…pter

Add parameter :sslcompression to PostgreSQL adapter.
  • Loading branch information
rafaelfranca committed May 2, 2013
2 parents a6a8415 + 950ef05 commit 6a5ab08
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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)
Expand Down

0 comments on commit 6a5ab08

Please sign in to comment.