bug in edit grid

From: <palmerj(at)xtra(dot)co(dot)nz>
To: pgadmin-support(at)postgresql(dot)org
Subject: bug in edit grid
Date: 2007-03-26 23:37:36
Message-ID: 5877837.1174952256375.JavaMail.root@sf1441
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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 :)

Cheers
Jeremy

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message 权宗亮 2007-03-27 08:38:20 about ssleay32.lib
Previous Message Erwin Brandstetter 2007-03-26 22:22:23 "Current value" of sequences in the properties dialogue