Editing integer array cell clears data

From: Janus <janus(dot)e(at)gmail(dot)com>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: Editing integer array cell clears data
Date: 2019-01-15 11:14:36
Message-ID: CAJTmWxhAe8Mq56gm7rLYvX0_iG_tf5ONonwjKk1-GkKT5q6JvA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Windows 10, pgAdmin 4.1. select version() = PostgreSQL 11.1 on
x86_64-pc-mingw64, compiled by gcc.exe (Rev5, Built by MSYS2 project)
4.9.2, 64-bit

I have a table with a column defined with integer[] data type. When
attempting to edit this using the pgAdmin GUI (double-click cell in View
Data), the content of the cell (e.g {1,2}) is cleared. When exiting the
cell, the empty cell is now rendered with the [null] text.
I was expecting to be able to edit the data directly like when double
clicking a cell defined with character varying[] data type.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Khushboo Vashi 2019-01-15 11:22:30 Re: Editing integer array cell clears data
Previous Message Akshay Joshi 2019-01-15 09:16:59 pgAdmin 4 v4.1 released