ERROR: column c.relhaspkey does not exist at character 33
Below is the query generating the error :STATEMENT: SELECT c.relname AS table_name, c.relhaspkey AS has_primary_key FROM pg_catalog.pg_class c, pg_catalog.pg_namespace n WHERE c.relkind = 'r' AND c.relnamespace = n.oid AND n.nspname = $1Any advice on how bad it is and how to get rid of it would be great.
Figure out what is issuing the query and either fix it or upgrade to a version that has been fixed.
David J.