pgadminIII - 1.6.1 - rev:5709 - Mailing list pgadmin-support

From Erbil KARAMAN
Subject pgadminIII - 1.6.1 - rev:5709
Date
Msg-id 96d9feae0612050024n1a30867dr4f30e3ef4092ce21@mail.gmail.com
Whole thread Raw
Responses Re: pgadminIII - 1.6.1 - rev:5709  (Dave Page <dpage@postgresql.org>)
List pgadmin-support
i'm using pgAdmin III - 1.6.1 - rev:5709 win32 binary version

when i try to view table details, sometimes foreign keys comes with
missing column names which causes a syntax error when i try to
recreate or copy table.

ex:
pgAdmin III:
---------------------
CONSTRAINT xxx_yyy_fkey FOREIGN KEY ()     REFERENCES yyy () MATCH SIMPLE     ON UPDATE NO ACTION ON DELETE NO ACTION

original pgdump of table:
-----------------------------------
ALTER TABLE ONLY xxx   ADD CONSTRAINT xxx_yyy_fkey FOREIGN KEY (yyy) REFERENCES yyy(id);

regards

erbiL...


pgadmin-support by date:

Previous
From: mike
Date:
Subject: Exporting results from query window to a file displays success when it failed
Next
From: Dave Page
Date:
Subject: Re: Inconsistent editing behavior.