Re: bug in edit grid

From: Dave Page <dpage(at)postgresql(dot)org>
To: palmerj(at)xtra(dot)co(dot)nz
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: bug in edit grid
Date: 2007-03-27 08:54:29
Message-ID: 4608DBC5.8090305@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

palmerj(at)xtra(dot)co(dot)nz wrote:
> I have the strange scenario where one of my tables has a primary key with a datatype of varchar, and one record in that table has an empty string key i.e.
>
> create table test (
> id VARCHAR(255) NOT NULL,
> test TEXT,
> PRIMARY KEY (id)
> ) WITHOUT OIDS;
>
> INSERT INTO test (id,test) VALUES ('', 'test string');
>
> In the edit grid when I try to edit the test field the data can't be modified.
>
> I'm using pgadminIII 1.6.3 on WinXP sp2 :)

Thanks, fixed in SVN for the next release.

Regards, Dave

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2007-03-27 09:25:51 Re: about ssleay32.lib
Previous Message 权宗亮 2007-03-27 08:38:20 about ssleay32.lib