Error Message - Mailing list pgsql-admin

From Brian Hansen
Subject Error Message
Date
Msg-id CAMiuOHUKZsorxboCXObDiOiAVRT4Ub-2+GD2eFTiEoUF6qnQdg@mail.gmail.com
Whole thread Raw
Responses Re: Error Message  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: Error Message  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-admin
So I installed pgAdmin 4 and many times when I am going to certain
sections, it errors out showing this error.
https://snipboard.io/TyU8b3.jpg

This error is always caused by the LENGTH(spc.spcname) portion of the
query.....and it can be corrected by updating to
LENGTH(spc.spcname::text), but I can't find that this can be
customized on my side and it's built into pgadmin? Unless I am
wrong...

The full query that pgadmin is running that errors is here:
https://pastebin.com/SrTWp8bm

Version: 4.21
OS: Windows 10
Desktop mode
Postgresql version: Docker postgres:12.2



pgsql-admin by date:

Previous
From: Rui DeSousa
Date:
Subject: Re: Deactivate/disable User id in Postgres
Next
From: "David G. Johnston"
Date:
Subject: Re: Error Message