Fwd: Error Message

From: Brian Hansen <dulanic(at)gmail(dot)com>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: Fwd: Error Message
Date: 2020-05-04 15:51:19
Message-ID: CAMiuOHU=7B3F6=sGdR+w_gsfjBuk1THXcPjd2buR_1CLsLp8QA@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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Laurenz Albe 2020-05-04 16:43:35 Re: Error Message
Previous Message David G. Johnston 2020-05-04 15:34:02 Re: Error Message

Browse pgsql-admin by date

  From Date Subject
Next Message Laurenz Albe 2020-05-04 16:43:35 Re: Error Message
Previous Message David G. Johnston 2020-05-04 15:34:02 Re: Error Message