Add CDB_Federated_Server_List_Remote_Columns

This commit is contained in:
Raul Marin
2019-10-31 15:29:37 +01:00
parent f75756138a
commit eea0198864
3 changed files with 73 additions and 1 deletions

View File

@@ -88,6 +88,9 @@ SELECT * FROM cartodb.CDB_Federated_Server_List_Remote_Schemas(server => 'loopba
\echo 'Test listing of remote tables (sunny day)'
SELECT * FROM cartodb.CDB_Federated_Server_List_Remote_Tables(server => 'loopback', remote_schema => 'S 1');
\echo 'Test listing of remote columns (sunny day)'
SELECT * FROM cartodb.CDB_Federated_Server_List_Remote_Columns(server => 'loopback', remote_schema => 'S 1', remote_table => 'T 1');
-- ===================================================================
-- Cleanup
-- ===================================================================

View File

@@ -9,5 +9,14 @@ T 1
T 2
T 3
T 4
Test listing of remote columns (sunny day)
C 1
c2
c3
c4
c5
c6
c7
c8
D1|
D2|