| From: | Ivan <Ivan-Sun1(at)mail(dot)ru> | 
|---|---|
| To: | pgadmin-support(at)postgresql(dot)org | 
| Subject: | alter table bug | 
| Date: | 2004-12-11 10:59:50 | 
| Message-ID: | 1712442955.20041211135950@mail.ru | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgadmin-support | 
Hello,
I found a bug in PgAdminIII 1.2.0 (Nov 29 2004) for Win XP
I open the table properties diaog,
suppose that in a columns tab i have the
column "description" of type text.
I click remove button, then add a column
with name "description" and type varchar,
set the length of this fiels 256.
When I open SQL tab i see folowing text
ALTER TABLE test ADD COLUMN description varchar(256);
ALTER TABLE test DROP COLUMN description;
- changes are in wrong order!!!!
and of course i get an error when i try to apply these changes
P.S. It would be great if snapshot page
http://www.pgadmin.org/snapshots/win32
works again.
-- 
Best regards,
 Ivan                          mailto:Ivan-Sun1(at)mail(dot)ru
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ivan | 2004-12-11 11:26:00 | Bug in a table properties dialog | 
| Previous Message | Raphaël Enrici | 2004-12-11 09:38:39 | Re: [pgadmin-support] crash |