Re: [pgAdmin4][PATCH] To fix the issue in handling of timestamp type

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][PATCH] To fix the issue in handling of timestamp type
Date: 2017-02-03 13:52:10
Message-ID: CA+OCxowUKoSpsKfyAj7-xtvC83KFaKi1C-xtzajPX3vfQFpM0A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - patch applied.

On Fri, Feb 3, 2017 at 11:46 AM, Murtuza Zabuawala
<murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> Hi,
>
> Please find updates patch for the same.
> RM#2076
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
> On Wed, Feb 1, 2017 at 3:08 PM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
>>
>> Hi
>>
>> On Tue, Jan 31, 2017 at 5:19 AM, Murtuza Zabuawala
>> <murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
>> > Hi Dave,
>> >
>> > PFA updated patch.
>>
>> This seems to display "timestamp(0) with[out] timezone" columns
>> correctly in both the properties panel and dialog now, but the size is
>> still ignored if I try to add a new column through the table or column
>> dialogue.
>>
>> --
>> Dave Page
>> Blog: http://pgsnake.blogspot.com
>> Twitter: @pgsnake
>>
>> EnterpriseDB UK: http://www.enterprisedb.com
>> The Enterprise PostgreSQL Company
>
>

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

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2017-02-03 13:59:06 Re: [pgAdmin4][Patch]: RM 2089 - PARALLEL SAFE support for functions missing
Previous Message Dave Page 2017-02-03 13:52:02 pgAdmin 4 commit: Handle sized time/timestamp columns correctly. Fixes