Re: [pgadmin-hackers] PATCH: move object to....(tablespace context)

2015-10-12 Thread Ashesh Vashi
On Mon, Oct 12, 2015 at 6:28 PM, Sanket Mehta wrote: > Hi Ashesh, > > PFA the updated patch which includes the changes you have suggested. > Please do review and commit it. > Hi Sanket, Thanks for the patch. It has been committed. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterpri

[pgadmin-hackers] pgAdmin III commit: Use the correct syntax for moving the objects from

2015-10-12 Thread Ashesh Vashi
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 --- htt

Re: [pgadmin-hackers] PATCH: move object to....(tablespace context)

2015-10-12 Thread Sanket Mehta
Hi Ashesh, PFA the updated patch which includes the changes you have suggested. Please do review and commit it. Regards, Sanket Mehta Sr Software engineer Enterprisedb On Mon, Oct 12, 2015 at 4:55 PM, Sanket Mehta wrote: > Hi Ashesh, > > I have created a patch regarding an issue in pgadmin rel

[pgadmin-hackers] PATCH: move object to....(tablespace context)

2015-10-12 Thread Sanket Mehta
Hi Ashesh, I have created a patch regarding an issue in pgadmin related to tablespace context. *Issue:* While moving Table/Index/materialized view/All to another tablespace, pgadmin gives error mentioned below: ERROR: syntax error at or near "MOVE" *Reason:* As mentioned in commit id: 3c4cf08087

Re: [pgadmin-hackers] Documentation Patch for Auto-Commit Feature (query.rst)

2015-10-12 Thread Dave Page
Thanks Susan - applied. On Sun, Oct 11, 2015 at 10:40 PM, Susan Douglas wrote: > Hi All, > > I’ve attached a patch for the query.rst file (part of the online help) that > adds documentation for the Auto-Commit/Auto-Rollback feature (part of the > Query tool). Dave Page has reviewed the changes

[pgadmin-hackers] pgAdmin III commit: Update docs for auto-commit/rollback.

2015-10-12 Thread Dave Page
Update docs for auto-commit/rollback. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8decb7bff652dd2f5824717b7df0024cd049b827 Author: Susan Douglas Modified Files -- docs/en_US/query.rst |5 + 1 file changed, 5 insertions(+