sslcert 'value',
     sslkey 'value',
     sslrootcert 'value',
 +   sslcompression 'value',
     sslcrl 'value',
     --requirepeer 'value',
     krbsrvname 'value',
       END;
  $d$;
  ERROR:  invalid option "password"
 -HINT:  Valid options in this context are: service, passfile, channel_binding, connect_timeout, dbname, host, hostaddr, port, options, application_name, keepalives, keepalives_idle, keepalives_interval, keepalives_count, tcp_user_timeout, sslmode, sslcert, sslkey, sslrootcert, sslcrl, sslcrldir, requirepeer, ssl_min_protocol_version, ssl_max_protocol_version, gssencmode, krbsrvname, gsslib, target_session_attrs, use_remote_estimate, fdw_startup_cost, fdw_tuple_cost, extensions, updatable, fetch_size, batch_size
 +HINT:  Valid options in this context are: service, passfile, channel_binding, connect_timeout, dbname, host, hostaddr, port, options, application_name, keepalives, keepalives_idle, keepalives_interval, keepalives_count, tcp_user_timeout, sslmode, sslcompression, sslcert, sslkey, sslrootcert, sslcrl, sslcrldir, requirepeer, ssl_min_protocol_version, ssl_max_protocol_version, gssencmode, krbsrvname, gsslib, target_session_attrs, use_remote_estimate, fdw_startup_cost, fdw_tuple_cost, extensions, updatable, fetch_size, batch_size
  CONTEXT:  SQL statement "ALTER SERVER loopback_nopw OPTIONS (ADD password 'dummypw')"
  PL/pgSQL function inline_code_block line 3 at EXECUTE
  -- If we add a password for our user mapping instead, we should get a different
              * compatibility.
      */
     {"sslcompression", NULL, NULL, NULL,
 -   "SSL-Compression", "D", 1, -1},
 +   "SSL-Compression", "", 1, -1},
  
     {"sslcert", "PGSSLCERT", NULL, NULL,
         "SSL-Client-Cert", "", 64,