From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "Miha Radej" <miha(dot)radej(at)siix(dot)com>, "PgAdmin Hackers" <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: altering table properties |
Date: | 2005-09-23 12:51:22 |
Message-ID: | E7F85A1B5FF8D44C8A1AF6885BC9A0E4CC2E63@ratbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of Miha Radej
> Sent: 23 September 2005 13:14
> To: PgAdmin Hackers
> Subject: [pgadmin-hackers] altering table properties
>
> hi!
>
> thank you for fixing the sql query order in svn. i have, however,
> noticed some other things which might be annoying:
>
> when wanting to change a table name and a column name at the
> same time,
> pgadmin produces this (this is all done via the properties
> option from
> the context menu):
>
> ALTER Table budgettype RENAME TO budget_type;
> ALTER TABLE budgettype RENAME budgettype_name TO budget_type_name;
Fixed in SVN.
Thanks, Dave
From | Date | Subject | |
---|---|---|---|
Next Message | svn | 2005-09-23 14:23:22 | SVN Commit by dpage: r4462 - trunk/pgadmin3 |
Previous Message | svn | 2005-09-23 12:50:47 | SVN Commit by dpage: r4461 - trunk/pgadmin3/src/dlg |