Re: [pgadmin-hackers] wrong order of drop ... create ... sentences

2005-09-19 Thread Diego Gil
Hi, It seems strange to me that nobody else reported this behavior, maybe a bug. It just me or what ?. :-). Today I compiled revision 4455, with an updated postgresql 8.1 beta 2 and still can't modify any table due to "ADD before DROP" issue. It seems to happen only in table properties dialog.

[pgadmin-hackers] wrong order of drop ... create ... sentences

2005-09-16 Thread Diego Gil
Hi: I just realized that I am having the following trouble : If open properties of a table, to adding a column i.e., and that table has some constraints, the SQL tab show code similar to : ALTER TABLE circulation.deliveries ADD CONSTRAINT deliveries_delivery_type_id_fk FOREIGN KEY (delivery_type