BUG #15702: Bug in pgadmin 4.3 for tables with json columns - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15702: Bug in pgadmin 4.3 for tables with json columns
Date
Msg-id 15702-30f448d1680f63b2@postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15702
Logged by:          Pål E Megaard
Email address:      pempost@gmail.com
PostgreSQL version: 11.1
Operating system:   windows
Description:

Output of columns of type json seems not to work.

SELECT normal_column FROM table
Runs fine

SELECT * FROM table (or SELECT json_column FROM table)
Outputs: "Not connected to the server or the connection to the server has
been closed."
But the notification window flashes the correct "Successfully run. N rows
affected" for a second or two.

I did not have this problem with pgadmin 4.2 or 4.1. Note that columns of
type jsonb still works fine. 

Data from "help". 
Version
4.3
Copyright
Copyright (C) 2013 - 2019, The pgAdmin Development Team
Python Version
3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC v.1900 32 bit
(Intel)]
Flask Version
0.12.4
Application Mode
Desktop
Current User
pgadmin4@pgadmin.org


pgsql-bugs by date:

Previous
From: Tomasz Szypowski
Date:
Subject: Re: pg_upgrade
Next
From: PG Bug reporting form
Date:
Subject: BUG #15703: Segfault in cancelled CALL-Statements