Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: altering table properties

Re: altering table properties



 

> -----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



Home | Main Index | Thread Index

top