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