Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cZeHg-0002Jg-Q1 for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Feb 2017 13:52:16 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1cZeHg-000281-DE for pgadmin-hackers@arkaria.postgresql.org; Fri, 03 Feb 2017 13:52:16 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1cZeHf-00026q-Pg for pgadmin-hackers@postgresql.org; Fri, 03 Feb 2017 13:52:15 +0000 Received: from mail-io0-x229.google.com ([2607:f8b0:4001:c06::229]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1cZeHc-0001WQ-AW for pgadmin-hackers@postgresql.org; Fri, 03 Feb 2017 13:52:15 +0000 Received: by mail-io0-x229.google.com with SMTP id j18so17690751ioe.2 for ; Fri, 03 Feb 2017 05:52:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=N5Lu1jZ0gJlvsv4rreK8Q02t98m73qxIEolUmLF90jE=; b=YLxfiAxpFMRRP4NdcoUXAOdvBvue+b0KzJ42mlqZfkco0nvyMJMV0k6KDfmxjw7KlU GW2ERCUxMPlo13IQT5w/IjEumumI8wjRllwgXwqFgkKoq31N3of5OaQtSWEby8qiwYEV 7OFJ+CxOshwiJwGsJkyrUH4MyFTiyMH8WsLNK3L5qIkNrQmxA3DR6LFuxZJnMSY4IFrb BkACiEEz3GhpQXpfZTuYdl1IkEJn++Kv/gaIDILyT22akxlHG5d2gfd3g8z0wrYZUJiH 6XLrnOI+Y9D8gN2TteIIeijabl1bJL4nwvpR17gsNumpTogHzAvjj+ifyBT88FMjTvAK n2fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=N5Lu1jZ0gJlvsv4rreK8Q02t98m73qxIEolUmLF90jE=; b=SNPbPh9x71e5ksC7zHiXQKSo+S3Xcko5fObr0+/nfEwSdiZo96PInQDV1DPRE2TNhX 59x0KIG3LbQJR006dyO3hbsP1lHOH0kThWbBDiWcf+XZ72aqxU0pozH61vH3C3ciArPH UP1AEOUPJaTMEYcMZpEj6Ex4sfql8wPLJMRJc4TDKneS2xB5L/W75In65juAz3E95jnC FzAxGT4L/Isk/H5SRDjhd7EYJN4Rc7oTEDu6Rx+UR1yXr5TWv2Sfy7kfUuVRfRQ3sBjR VhdO7wEEmtBBj8qAfFMZNXqCb9PK6T7YoMIS2gQ1Ly0l/bGDKaNJgimYaTKxuWF0FDC+ gvsQ== X-Gm-Message-State: AIkVDXLIhGQPiF6Iu4kmnJs22NymzjpyGIHD3zg9PKytslKSNnOPE9XzJOS+r10fOmNqmVoZuAHRv9R1bMD6bQ== X-Received: by 10.107.53.215 with SMTP id k84mr5142387ioo.45.1486129930652; Fri, 03 Feb 2017 05:52:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.224.198 with HTTP; Fri, 3 Feb 2017 05:52:10 -0800 (PST) In-Reply-To: References: From: Dave Page Date: Fri, 3 Feb 2017 13:52:10 +0000 Message-ID: Subject: Re: [pgAdmin4][PATCH] To fix the issue in handling of timestamp type To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Thanks - patch applied. On Fri, Feb 3, 2017 at 11:46 AM, Murtuza Zabuawala 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 wrote: >> >> Hi >> >> On Tue, Jan 31, 2017 at 5:19 AM, Murtuza Zabuawala >> 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 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers