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