I am using PgAdmin4 with version 7.4. From today suddenly I can not view table or rows and getting this error for all tables.
missing FROM-clause entry for table "rel"
LINE 8: ...ER JOIN pg_catalog.pg_constraint con ON con.conrelid=rel.oid
Getting this error whenever I click view data
button or run query like Select * from my_table
. Previously I did not have any issue accessing the data. How do I solve this?