Implement retrieval of remote postgis version

This commit is contained in:
Rafa de la Torre
2019-11-08 20:02:51 +01:00
parent d4bc69cd3c
commit 80f01d4a51
2 changed files with 34 additions and 2 deletions

View File

@@ -22,6 +22,10 @@ SELECT 'C1', cartodb.CDB_Federated_Server_Register_PG(server => 'loopback'::text
"password": "cdb_fs_passwd"
}
}'::jsonb);
\c cdb_fs_tester postgres
CREATE EXTENSION postgis;
\c contrib_regression postgres
\set QUIET off