Re: [RM2074][[RM2080]][pgAdmin4] handle large bytea and bytea[] data in datagrid

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
Cc: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [RM2074][[RM2080]][pgAdmin4] handle large bytea and bytea[] data in datagrid
Date: 2017-07-20 12:10:09
Message-ID: CA+OCxozAzdPL1jU_mcWetFrud2DgFEhnm4sdvY9buyBX-6cK2w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Jul 20, 2017 at 1:04 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:

>
>
> On Thu, Jul 20, 2017 at 1:02 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>
>> Hi
>>
>> On Wed, Jul 19, 2017 at 1:58 PM, Harshal Dhumal <
>> harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Dave,
>>>
>>> On Tue, Jul 18, 2017 at 8:31 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>>>>
>>>>
>>>> Thanks, that passes.
>>>>
>>>> Now I've played with it though, I think that the query tool should also
>>>> hide the binary data. I don't see a good reason to see it in one place but
>>>> not another - ultimately it's still not human readable.
>>>>
>>>> Also, we need to make it look like the [null] placeholder I think; e.g.
>>>> use [ ] instead of < > and give it a lighter colour.
>>>>
>>>> Please find updated patch. I have fixed all of above review comments.
>>>
>>
>> Hmm, not that I can see. See the attached screenshot - I'm getting
>> "binary data" in black, not "[binary data]" in grey (to match [null]).
>>
>
> Nevermind - I forgot to run make bundle...
>
> Sorry.
>

Looks good now - patch applied!

Thanks.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-20 12:15:17 Re: [pgadmin4][PATCH] Query History Arrow Navigation and Styling
Previous Message Dave Page 2017-07-20 12:09:53 pgAdmin 4 commit: Don't attempt to render binary data in the query tool