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