| From: | Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | Re: Column property / Drop constraint |
| Date: | 2003-05-27 10:31:20 |
| Message-ID: | 200305271231.20223.jm.poure@freesurf.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jean-Michel POURE | 2003-05-27 11:12:57 | Re: Bootstrap |
| Previous Message | Jean-Michel POURE | 2003-05-27 10:22:47 | Re: Column property / Drop constraint |