Re: psql (PostgreSQL) 17beta2 (Debian 17~beta2-1.pgdg+~20240625.1534.g23c5a0e) Failed to retrieve data from the server..
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: André Verwijs <dutchgigalo@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2024-06-26T00:52:23Z
Lists: pgsql-hackers
=?UTF-8?Q?Andr=C3=A9_Verwijs?= <dutchgigalo@gmail.com> writes: > retrieve information from database: > column "daticulocale" does not exist > LINE 5: datconnlimit, daticulocale, daticurules, datcollversion, > ^ > HINT: Perhaps you meant to reference the column "db.datlocale". I'm guessing you need to complain to the pgadmin folks about this? AFAICS there is no client included in core postgres that would generate a query spelled exactly like this, and certainly none that would try to do so against a v17 server. regards, tom lane