information_schema.referential_constraints
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.referential_constraints.sql": Failed to set variable records_count: In "dwui/table/information_schema.referential_constraints.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.referential_constraints WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'constraint_catalog' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'constraint_catalog')::sql_identifier = constraint_catalog) AND ((CAST(? AS TEXT)::JSONB) ->> 'constraint_schema' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'constraint_schema')::sql_identifier = constraint_schema) AND ((CAST(? AS TEXT)::JSONB) ->> 'constraint_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'constraint_name')::sql_identifier = constraint_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_catalog' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_catalog')::sql_identifier = unique_constraint_catalog) AND ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_schema' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_schema')::sql_identifier = unique_constraint_schema) AND ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_name')::sql_identifier = unique_constraint_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'match_option' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'match_option')::character_data = match_option) AND ((CAST(? AS TEXT)::JSONB) ->> 'update_rule' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'update_rule')::character_data = update_rule) AND ((CAST(? AS TEXT)::JSONB) ->> 'delete_rule' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'delete_rule')::character_data = delete_rule)))
dwui/table/information_schema.referential_constraints.sql: line 48
dwui/table/information_schema.referential_constraints.sql: line 48 Backtrace
Failed to set variable records_countIn "dwui/table/information_schema.referential_constraints.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.referential_constraints WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'constraint_catalog' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'constraint_catalog')::sql_identifier = constraint_catalog) AND ((CAST(? AS TEXT)::JSONB) ->> 'constraint_schema' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'constraint_schema')::sql_identifier = constraint_schema) AND ((CAST(? AS TEXT)::JSONB) ->> 'constraint_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'constraint_name')::sql_identifier = constraint_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_catalog' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_catalog')::sql_identifier = unique_constraint_catalog) AND ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_schema' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_schema')::sql_identifier = unique_constraint_schema) AND ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_name' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'unique_constraint_name')::sql_identifier = unique_constraint_name) AND ((CAST(? AS TEXT)::JSONB) ->> 'match_option' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'match_option')::character_data = match_option) AND ((CAST(? AS TEXT)::JSONB) ->> 'update_rule' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'update_rule')::character_data = update_rule) AND ((CAST(? AS TEXT)::JSONB) ->> 'delete_rule' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'delete_rule')::character_data = delete_rule)))
dwui/table/information_schema.referential_constraints.sql: line 48Note: You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.