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