Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group