Every time I try to SELECT any data from any table I get errors like these (picture attached):
ERROR: column "slug,avail" does not exist LINE 1: ...e(oid,null) as typname FROM pg_type WHERE oid IN (slug,avail... ^
ERROR: column "raw_targets" does not exist LINE 1: ...e(oid,null) as typname FROM pg_type WHERE oid IN (raw_target... ^
From padmin4.log file:
[Tue Jan 10 15:44:13 2017] [error] 2017-01-10 15:44:13,242: ERROR\tpgadmin:\tFailed to execute query (execute_dict) for the server #1- CONN:2246262 (Query-id: 3521662):
[Tue Jan 10 15:44:13 2017] [error] Error Message:ERROR: column "reloptions" does not exist
[Tue Jan 10 15:44:13 2017] [error] LINE 1: ...e(oid,null) as typname FROM pg_type WHERE oid IN (reloptions…
2017-02-06 06:53:39,574: SQL pgadmin: Execute (dict) for server #1 - CONN:4257044 (Query-id: 9753164):
SELECT oid, format_type(oid,null) as typname FROM pg_type WHERE oid IN (slug,available_credits) ORDER BY oid;
2017-02-06 06:53:39,576: ERROR pgadmin: Failed to execute query (execute_dict) for the server #1- CONN:4257044 (Query-id: 9753164):
Error Message:ERROR: column "slug" does not exist
LINE 1: ...e(oid,null) as typname FROM pg_type WHERE oid IN (slug,ava