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