problem with pgAdmin 7.4 & PosgreSQL 10.23

From: Didier Gasser-Morlay <didiergm(at)gmail(dot)com>
To: "pgadmin-support lists(dot)postgresql(dot)org" <pgadmin-support(at)lists(dot)postgresql(dot)org>
Subject: problem with pgAdmin 7.4 & PosgreSQL 10.23
Date: 2023-07-20 15:35:22
Message-ID: CAF5nyP_6qk+-cv=2N0eOdbVjw6=5x+tnv2UQ55kXVnFY=Y940A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hello trying to run a query like this

Select * from measures ORDER by id desc limit 100

I get the following error message:

entrée manquante de la clause FROM pour la table « rel » LINE 8: ...ER JOIN
pg_catalog.pg_constraint con ON con.conrelid=rel.oid

(which translates to
Missing entry in FROM clause for table < rel >

This happens regardless of the database and table on the same server.

Note The same query runs fine with PostGreSQL 15

I am running Linux Mint 21.1

Any idea ?

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Durumdara 2023-07-21 14:09:41 Re: problem with pgAdmin 7.4 & PosgreSQL 10.23
Previous Message Yogesh Mahajan 2023-07-20 10:40:06 Re: pgadmin not starting