From: | "Dave Page" <dpage(at)pgadmin(dot)org> |
---|---|
To: | "Quan Zongliang" <quanzongliang(at)gmail(dot)com> |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: bug report |
Date: | 2008-11-14 11:44:36 |
Message-ID: | 937d27e10811140344n473cc1f5p83d2db18f93a4466@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
On Fri, Nov 14, 2008 at 10:37 AM, Quan Zongliang
<quanzongliang(at)gmail(dot)com> wrote:
>
>>
>> Thanks... but, now I come to test it, I cannot reproduce the problem.
>> Were you testing with SVN trunk, or a release version of pgAdmin?
>
> I had tested at release 1.8.4 and 1.9.0-dev.
> The target column is nullable, input some value in other columns and
> press Enter key. The error will be thrown.
OK, this is weird. This is my test table:
CREATE TABLE foo
(
id serial NOT NULL,
"a,b,c" boolean,
"foo""with a quote" text,
"quoted col ,""""' name" text,
CONSTRAINT foo_pkey PRIMARY KEY (id)
)
WITH (OIDS=FALSE);
ALTER TABLE foo OWNER TO postgres;
That seems to work fine in the editor on PG 8.3.4 (really must upgrade
that!) using pgAdmin 1.8.4 and SVN trunk on OS X. What server version
and OS are you using? Can anyone else reproduce this?
> Sorry, my English is very poor, it is difficult for me to write a long
> detailed description.
Your English is much better than my Japanese :-)
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Ashesh D Vashi | 2008-11-14 13:43:58 | Crash found |
Previous Message | Dave Page | 2008-11-14 11:05:13 | Re: support for DESC/NULLS FIRST/NULLS LAST |