Re: Column property / Drop constraint - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Re: Column property / Drop constraint
Date
Msg-id 200305271231.20223.jm.poure@freesurf.fr
Whole thread Raw
In response to Re: Column property / Drop constraint  (Andreas Pflug <Andreas.Pflug@web.de>)
List 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 by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Re: Column property / Drop constraint
Next
From: Jean-Michel POURE
Date:
Subject: Re: Bootstrap