pgAdmin III commit: Use the correct syntax for moving the objects from - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin III commit: Use the correct syntax for moving the objects from
Date
Msg-id E1ZlcoW-00013l-Rg@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Sanket Mehta
Date:
Subject: Re: PATCH: move object to....(tablespace context)
Next
From: Ashesh Vashi
Date:
Subject: Re: PATCH: move object to....(tablespace context)