information_schema.foreign_servers
Error in query number 7
We are sorry, but an error occurred while generating this page. You should contact the site's administrator.
In "dwui/table/information_schema.foreign_servers.sql": Failed to set variable records_count: In "dwui/table/information_schema.foreign_servers.sql": The following error occurred while executing an SQL statement:
error returned from database: ODBC emitted an error calling 'SQLExecDirect':
State: 42704, Native error: 1, Message: ERROR: type "sql_identifier" does not exist;
Error while executing the query
The SQL statement sent by SQLPage was:
SELECT COUNT(*) FROM information_schema.foreign_servers WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_catalog' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_catalog')::sql_identifier = foreign_server_catalog) AND ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_name')::sql_identifier = foreign_server_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'foreign_data_wrapper_catalog' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_data_wrapper_catalog')::sql_identifier = foreign_data_wrapper_catalog) AND ((CAST(? AS TEXT)::JSONB) ->> 'foreign_data_wrapper_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_data_wrapper_name')::sql_identifier = foreign_data_wrapper_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_type' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_type')::character_data = foreign_server_type) AND ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_version' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_version')::character_data = foreign_server_version) AND ((CAST(? AS TEXT)::JSONB) ->> 'authorization_identifier' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'authorization_identifier')::sql_identifier = authorization_identifier)))
dwui/table/information_schema.foreign_servers.sql: line 48
dwui/table/information_schema.foreign_servers.sql: line 48 Backtrace
Failed to set variable records_countIn "dwui/table/information_schema.foreign_servers.sql": The following error occurred while executing an SQL statement:
error returned from database: ODBC emitted an error calling 'SQLExecDirect':
State: 42704, Native error: 1, Message: ERROR: type "sql_identifier" does not exist;
Error while executing the query
The SQL statement sent by SQLPage was:
SELECT COUNT(*) FROM information_schema.foreign_servers WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_catalog' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_catalog')::sql_identifier = foreign_server_catalog) AND ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_name')::sql_identifier = foreign_server_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'foreign_data_wrapper_catalog' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_data_wrapper_catalog')::sql_identifier = foreign_data_wrapper_catalog) AND ((CAST(? AS TEXT)::JSONB) ->> 'foreign_data_wrapper_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_data_wrapper_name')::sql_identifier = foreign_data_wrapper_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_type' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_type')::character_data = foreign_server_type) AND ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_version' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'foreign_server_version')::character_data = foreign_server_version) AND ((CAST(? AS TEXT)::JSONB) ->> 'authorization_identifier' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'authorization_identifier')::sql_identifier = authorization_identifier)))
dwui/table/information_schema.foreign_servers.sql: line 48Note: You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.