information_schema.column_column_usage
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.column_column_usage.sql": Failed to set variable records_count: In "dwui/table/information_schema.column_column_usage.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.column_column_usage WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'table_catalog' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'table_catalog')::sql_identifier = table_catalog) AND ((CAST(? AS TEXT)::JSONB) ->> 'table_schema' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'table_schema')::sql_identifier = table_schema) AND ((CAST(? AS TEXT)::JSONB) ->> 'table_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'table_name')::sql_identifier = table_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'column_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'column_name')::sql_identifier = column_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'dependent_column' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'dependent_column')::sql_identifier = dependent_column)))
dwui/table/information_schema.column_column_usage.sql: line 48
dwui/table/information_schema.column_column_usage.sql: line 48 Backtrace
Failed to set variable records_countIn "dwui/table/information_schema.column_column_usage.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.column_column_usage WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'table_catalog' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'table_catalog')::sql_identifier = table_catalog) AND ((CAST(? AS TEXT)::JSONB) ->> 'table_schema' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'table_schema')::sql_identifier = table_schema) AND ((CAST(? AS TEXT)::JSONB) ->> 'table_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'table_name')::sql_identifier = table_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'column_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'column_name')::sql_identifier = column_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'dependent_column' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'dependent_column')::sql_identifier = dependent_column)))
dwui/table/information_schema.column_column_usage.sql: line 48Note: You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.