You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
cartodb_user_6b304b59-2c86-4d7b-a8a2-dc98a5a35d48_db=> select cdb_federated_server_diagnostics('gc_vm');
ERROR: collations are not supported by type name
LINE 3: extname name OPTIONS (column_name 'extname') COLLATE pg_ca...
^
QUERY: CREATE FOREIGN TABLE pg_extension (
oid oid OPTIONS (column_name 'oid') NOT NULL,
extname name OPTIONS (column_name 'extname') COLLATE pg_catalog."C" NOT NULL,
extowner oid OPTIONS (column_name 'extowner') NOT NULL,
extnamespace oid OPTIONS (column_name 'extnamespace') NOT NULL,
extrelocatable boolean OPTIONS (column_name 'extrelocatable') NOT NULL,
extversion text OPTIONS (column_name 'extversion') COLLATE pg_catalog."C" NOT NULL,
extconfig oid[] OPTIONS (column_name 'extconfig'),
extcondition text[] OPTIONS (column_name 'extcondition') COLLATE pg_catalog."C"
) SERVER cdb_fs_gc_vm
OPTIONS (schema_name 'pg_catalog', table_name 'pg_extension');
CONTEXT: importing foreign table "pg_extension"
SQL statement "IMPORT FOREIGN SCHEMA pg_catalog LIMIT TO (pg_extension) FROM SERVER cdb_fs_gc_vm INTO cdb_fs_schema_fe3201d828f95848e5f2e05555af026b"
PL/pgSQL function __cdb_fs_import_if_not_exists(name,name,name) line 10 at EXECUTE
SQL statement "SELECT cartodb.__CDB_FS_Import_If_Not_Exists(server_internal, remote_schema, remote_table)"
PL/pgSQL function __cdb_fs_foreign_postgis_version_pg(name) line 8 at PERFORM
PL/pgSQL function __cdb_fs_server_diagnostics_pg(name) line 7 during statement block local variable initialization
PL/pgSQL function cdb_federated_server_diagnostics(text) line 8 at RETURN