CDB_Federated_Table_Register works to refresh a table

This commit is contained in:
Raul Marin
2019-10-30 13:53:56 +01:00
parent f20a007160
commit 28376ffecb
3 changed files with 26 additions and 2 deletions

View File

@@ -17,7 +17,10 @@ V2| SELECT t.id AS cartodb_id,
S2|3|POINT(3 3)|patata
list_remotes2|(remote_geom2,"public.""myFullTable""")
list_remotes2|(remote_geom,public.remote_geom)
R3|
ERROR: relation "myFullTable" does not exist at character 82
S3_new|3|POINT(333958.472379821 334111.17140196)|patata
U1|
ERROR: relation "remote_geom" does not exist at character 71
list_remotes3|(remote_geom2,"public.""myFullTable""")
list_remotes3|(remote_geom2,public.different_name)
D1|