Re: bug report

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: bug report
Дата
Msg-id 937d27e10811140344n473cc1f5p83d2db18f93a4466@mail.gmail.com
обсуждение исходный текст
Ответ на Re: bug report  (Quan Zongliang <quanzongliang@gmail.com>)
Ответы Re: bug report  (Quan Zongliang <quanzongliang@gmail.com>)
Re: bug report  (Quan Zongliang <quanzongliang@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: support for DESC/NULLS FIRST/NULLS LAST
Следующее
От: Ashesh D Vashi
Дата:
Сообщение: Crash found