Re: altering table properties - Mailing list pgadmin-hackers

From Dave Page
Subject Re: altering table properties
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4CC2E63@ratbert.vale-housing.co.uk
Whole thread Raw
In response to altering table properties  (Miha Radej <miha.radej@siix.com>)
List pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4461 - trunk/pgadmin3/src/dlg
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4462 - trunk/pgadmin3