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