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