pgAdmin III commit: Use the correct syntax for moving the objects from

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin III commit: Use the correct syntax for moving the objects from
Дата
Msg-id E1ZlcoW-00013l-Rg@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Use the correct syntax for moving the objects from one tablespace to
another.

Syntax for moving objects from one tablespace to another has been
changed to:
"ALTER TABLE|INDEX|MATERIALIZED VIEW ALL IN TABLESPACE src [OWNED BY
username] SET TABLESPACE dest"

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e5be6c1e8fdd123ec6438d04ca89a5b76997484d
Author: Sanket Mehta <sanket.mehta@enterprisedb.com>

Modified Files
--------------
CHANGELOG                               |    2 ++
pgadmin/dlg/dlgMoveTablespace.cpp       |   22 ++++++++++++++--------
pgadmin/include/dlg/dlgMoveTablespace.h |    3 +--
pgadmin/schema/pgTablespace.cpp         |   29 ++++++++++++++++++++++++-----
4 files changed, 41 insertions(+), 15 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Sanket Mehta
Дата:
Сообщение: Re: PATCH: move object to....(tablespace context)
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: move object to....(tablespace context)