Error Message

From: Brian Hansen <dulanic(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Error Message
Date: 2020-05-04 15:28:58
Message-ID: CAMiuOHUKZsorxboCXObDiOiAVRT4Ub-2+GD2eFTiEoUF6qnQdg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support 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

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message David G. Johnston 2020-05-04 15:34:02 Re: Error Message
Previous Message Edson Richter 2020-05-04 14:17:33 What does this icon means?

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2020-05-04 15:34:02 Re: Error Message
Previous Message Rui DeSousa 2020-05-04 14:45:49 Re: Deactivate/disable User id in Postgres