Re: Column property / Drop constraint

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: Column property / Drop constraint
Дата
Msg-id 200305271231.20223.jm.poure@freesurf.fr
обсуждение исходный текст
Ответ на Re: Column property / Drop constraint  (Andreas Pflug <Andreas.Pflug@web.de>)
Список pgadmin-hackers
Le Mardi 27 Mai 2003 11:57, Andreas Pflug a écrit :
> Couldn't reproduce this. Please state exactly on which node the
> selection was when this happened. And which OS?

Dear Friends,

Forget about my last email. I was able to drop constraint using the latest
pgAdmin3 snapshot downloaded today. Thanks.

But I was not able to enter data using the data grid (before primary key
deletion). Here is another example:

CREATE TABLE public.fournisseur_journal_4
(
  fourjo_oid int4 NOT NULL DEFAULT nextval('fournisseur_journal_seq'::text),
  fourjo_num int2,
  fourjo_descriptif text[],
  CONSTRAINT rrrr PRIMARY KEY (fourjo_oid)
) WITH OIDS;

2003-05-27 12:28:14 ERROR  : ERROR:  array_in: Need to specify dimension

Seems like a localisation issue. If I add a date field, the following message
displays:

2003-05-27 12:19:54 ERROR  : ERROR:  Bad date external representation ''

Cheers,
Jean-Michel

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Column property / Drop constraint
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Bootstrap