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


Reply via email to