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

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Use the correct syntax for moving the objects from
Date: 2015-10-12 13:06:52
Message-ID: E1ZlcoW-00013l-Rg@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mehta(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-10-12 13:07:57 Re: PATCH: move object to....(tablespace context)
Previous Message Sanket Mehta 2015-10-12 12:58:00 Re: PATCH: move object to....(tablespace context)