eaed65
diff --git a/contrib/dblink/expected/dblink.out b/contrib/dblink/expected/dblink.out
eaed65
index 6ceabb453c..6516d4f131 100644
eaed65
--- a/contrib/dblink/expected/dblink.out
eaed65
+++ b/contrib/dblink/expected/dblink.out
eaed65
@@ -879,7 +879,7 @@ $d$;
eaed65
 CREATE USER MAPPING FOR public SERVER fdtest
eaed65
   OPTIONS (server 'localhost');  -- fail, can't specify server here
eaed65
 ERROR:  invalid option "server"
eaed65
-HINT:  Valid options in this context are: user, password
eaed65
+HINT:  Valid options in this context are: user, password, sslpassword
eaed65
 CREATE USER MAPPING FOR public SERVER fdtest OPTIONS (user :'USER');
eaed65
 GRANT USAGE ON FOREIGN SERVER fdtest TO regress_dblink_user;
eaed65
 GRANT EXECUTE ON FUNCTION dblink_connect_u(text, text) TO regress_dblink_user;