Re: bug report - Mailing list pgadmin-hackers

From Dave Page
Subject Re: bug report
Date
Msg-id 937d27e10811140344n473cc1f5p83d2db18f93a4466@mail.gmail.com
Whole thread Raw
In response to Re: bug report  (Quan Zongliang <quanzongliang@gmail.com>)
Responses Re: bug report  (Quan Zongliang <quanzongliang@gmail.com>)
Re: bug report  (Quan Zongliang <quanzongliang@gmail.com>)
List pgadmin-hackers
On Fri, Nov 14, 2008 at 10:37 AM, Quan Zongliang
<quanzongliang@gmail.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

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: support for DESC/NULLS FIRST/NULLS LAST
Next
From: Ashesh D Vashi
Date:
Subject: Crash found