Re: Bug - comment on column

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Horvath Gabor" <dueyduey(at)freemail(dot)hu>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Bug - comment on column
Date: 2008-03-13 10:37:52
Message-ID: 937d27e10803130337x5c28bdaeh93a8cb758a69b091@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Thu, Mar 13, 2008 at 10:19 AM, Horvath Gabor <dueyduey(at)freemail(dot)hu> wrote:
> pgAdminIII v1.8.2
> Windows XP
> PostgreSQL 8.2, linux
>
> When I add a new column to a table by using the New Column dialog box
> open by pressing the Add button on the Columns page of the Table
> Properties dialog box and also type in comments, the COMMENT ON COLUMN
> statement fails to be added to the generated SQL.
> The COMMENT ON COLUMN statement is added OK when I use the New Column
> dialog box from the Columns node in the Object Browser tree.
>

For various reasons it's not practical to make this work properly with
some significant redesign (which is actually planned for the next
major release anyway). I've already committed a fix for 1.8.3 to
prevent the comment being entered at time when it cannot be set.

--
Dave Page
EnterpriseDB UK Ltd: http://www.enterprisedb.com
PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Winnie Wilson 2008-03-13 14:03:10 Version for CentOS
Previous Message Horvath Gabor 2008-03-13 10:19:18 Bug - comment on column