这看起来有点像这种情况: PGAdmin: Not connected to the server or the connection to the server has been closed
json类型的列的输出似乎不起作用。
SELECT normal_column FROM table
运行正常
SELECT * FROM table (or SELECT json_column FROM table)
输出:“未连接到服务器或与服务器的连接已关闭。”
但是通知窗口会闪烁正确的“成功运行。受影响的N行”。
pgadmin 4.2或4.1没有这个问题。
答案 0 :(得分:0)