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