Обсуждение: Re: altering table properties

Поиск
Список
Период
Сортировка

Re: altering table properties

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of Miha Radej
> Sent: 23 September 2005 13:27
> To: PgAdmin Hackers
> Subject: Re: [pgadmin-hackers] altering table properties
>
> i tried fiddling with the code (never touched c++ before so i
> was a bit
> afraid i'd mess things up) and a small change fixed this
> specific issue,
> here is the svn diff:

Thanks Miha, patch applied.

Regards, Dave

Re: altering table properties

От
"Dave Page"
Дата:

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