Test re-registration of a server with different options

This commit is contained in:
Raul Marin
2019-10-29 16:47:35 +01:00
parent da9ff0c750
commit e22aaee5f5
3 changed files with 24 additions and 14 deletions
+4 -2
View File
@@ -4,8 +4,10 @@
2.2|(myRemote,postgres_fdw,localhost,5432,,read-only,fdw_user)
2.2|(myRemote2,postgres_fdw,localhost,5432,fdw_target,read-only,fdw_user)
2.3|(myRemote,postgres_fdw,localhost,5432,,read-only,fdw_user)
3.1|
3.2|(myRemote,postgres_fdw,localhost,5432,,read-only,fdw_user)
3.2|(myRemote2,postgres_fdw,localhost,5432,fdw_target,read-only,other_remote_user)
4.1|
4.2|(myRemote2,postgres_fdw,localhost,5432,fdw_target,read-only,fdw_user)
4.2|(myRemote2,postgres_fdw,localhost,5432,fdw_target,read-only,other_remote_user)
ERROR: Server "doesNotExist" does not exist
5.2|(myRemote2,postgres_fdw,localhost,5432,fdw_target,read-only,fdw_user)
6.1|