Re: altering table properties

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: altering table properties
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4CC2E63@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на altering table properties  (Miha Radej <miha.radej@siix.com>)
Список 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 по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4461 - trunk/pgadmin3/src/dlg
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4462 - trunk/pgadmin3