Re: Bytea as "Binary Data"

2018-07-02 Thread Colin Beckingham
On 07/02/2018 05:00 AM, Dave Page wrote: On Mon, Jul 2, 2018 at 8:43 AM, Colin Beckingham > wrote: Currently pgadmin4 displays bytea fields as "[Binary Data]". In searching the archives for the reason for this, I found some discussion on lengthy proce

Re: Bytea as "Binary Data"

2018-07-02 Thread Dave Page
On Mon, Jul 2, 2018 at 8:43 AM, Colin Beckingham wrote: > Currently pgadmin4 displays bytea fields as "[Binary Data]". > > In searching the archives for the reason for this, I found some discussion > on lengthy processing slowing down display. So a decision was made to not > attempt to display th

Bytea as "Binary Data"

2018-07-02 Thread Colin Beckingham
Currently pgadmin4 displays bytea fields as "[Binary Data]". In searching the archives for the reason for this, I found some discussion on lengthy processing slowing down display. So a decision was made to not attempt to display the data at all, and since the data can be lengthy this makes som