Ad Widget
Collapse
Error with Postgreqsl version 17
Collapse
This topic has been answered.
X
X
-
FWIW, I'm still seeing the same error with the zabbix/zabbix-server-pgsql:ubuntu-trunk container:
Code:db-1 | 2025-05-12 16:03:02.631 UTC [68] ERROR: column d.daticulocale does not exist at character 289 db-1 | 2025-05-12 16:03:02.631 UTC [68] HINT: Perhaps you meant to reference the column "d.datlocale". db-1 | 2025-05-12 16:03:02.631 UTC [68] STATEMENT: SELECT db-1 | d.datname as "Name", db-1 | pg_catalog.pg_get_userbyid(d.datdba) as "Owner", db-1 | pg_catalog.pg_encoding_to_char(d.encoding) as "Encoding", db-1 | CASE d.datlocprovider WHEN 'c' THEN 'libc' WHEN 'i' THEN 'icu' END AS "Locale Provider", db-1 | d.datcollate as "Collate", db-1 | d.datctype as "Ctype", db-1 | d.daticulocale as "ICU Locale", db-1 | d.daticurules as "ICU Rules", db-1 | pg_catalog.array_to_string(d.datacl, E'\n') AS "Access privileges" db-1 | FROM pg_catalog.pg_database d db-1 | ORDER BY 1;
Comment
Comment