Re: BUG: adding column of type timestamp with time zone

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Julius Tuskenis" <julius(at)nsoft(dot)lt>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: BUG: adding column of type timestamp with time zone
Date: 2008-04-14 14:28:00
Message-ID: 937d27e10804140728s736bdb2epf73b5ba6c5b1f4ce@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Mon, Apr 14, 2008 at 2:27 PM, Julius Tuskenis <julius(at)nsoft(dot)lt> wrote:
> Hello,
>
> As I didn't find where to submit a bug report on pgAdmin site, so I post it
> here.
>
> When adding a column to a table (no matter new or old one) if timestamp
> with time zone is selected and length is set (lets say 0) I get an error -
> pgAdmin tries to write timestamp with time zone(0) instead of timestamp(0)
> with time zone in SQL statement.
> I use pgAdminIII 1.8.2. WinXP. PostgreSQL 8.1

I can't find the commit right now, but I remember fixing this for
1.8.3 and a quick test confirms it's working here on the latest SVN
code.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Charlie Clark 2008-04-18 12:32:58 Re: windows service not working
Previous Message Julius Tuskenis 2008-04-14 13:27:08 BUG: adding column of type timestamp with time zone