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