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 <[email protected]> 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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
