Re: [pgadmin-hackers] Updated docs for pgAdmin File --> Options tree control

2012-11-01 Thread Dave Page
Thanks Susan. I've applied the changes to the master and 1.16 branches with a few minor tweaks: - Removed Windows line endings - Fixed the query tool colours image - Tweaked a couple of option descriptions that weren't entirely accurate (I think they were there previously, rather than being ones y

[pgadmin-hackers] pgAdmin III commit: Rewrite the docs for the options dialogue.

2012-11-01 Thread Dave Page
Rewrite the docs for the options dialogue. Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=793f1f8e04db5c517ce81f31cf12cc4ccb4b8ed5 Author: Susan Douglas Modified Files -- docs/en_US/images/options-binary_paths.png

[pgadmin-hackers] pgAdmin III commit: Rewrite the docs for the options dialogue.

2012-11-01 Thread Dave Page
Rewrite the docs for the options dialogue. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c2b67fa1b65e58349cbd5329a9eff3bc795eec7f Author: Susan Douglas Modified Files -- docs/en_US/images/options-binary_paths.png | Bin 0 ->

Re: [pgadmin-hackers] Updated docs for pgAdmin File --> Options tree control

2012-11-01 Thread Susan Douglas
On Nov 1, 2012, at 9:00 AM, Dave Page wrote: > Hi > > It seems to be missing options.png. Can you send that too please? Sorry about that! <> > > Thanks! > > On Thu, Nov 1, 2012 at 9:46 AM, Susan Douglas wrote: >> Hi Dave, >> >> I've attached the documentation update for the Options tree co

Re: [pgadmin-hackers] Updated docs for pgAdmin File --> Options tree control

2012-11-01 Thread Dave Page
Hi It seems to be missing options.png. Can you send that too please? Thanks! On Thu, Nov 1, 2012 at 9:46 AM, Susan Douglas wrote: > Hi Dave, > > I've attached the documentation update for the Options tree control for > review and check in. Thanks! > > -- Susan > > > > -- > Sent via pgadmin-ha

Re: [pgadmin-hackers] No more Delete/Drop constraints in 1.16

2012-11-01 Thread Dave Page
Thanks, applied. On Thu, Nov 1, 2012 at 9:45 AM, Akshay Joshi wrote: > Hi Dave > > I have figured out the problem where there is no more Delete/Drop > constraints in 1.16. We have made some changes for the domains and check > constraints where we have replace the pgTable and pgTableObjCollection

[pgadmin-hackers] pgAdmin III commit: Fix dropping of constraints

2012-11-01 Thread Dave Page
Fix dropping of constraints Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=040b10a11ea82065ac5185f3efc941ac3cc0600d Author: Akshay Joshi Modified Files -- CHANGELOG |1 + pgadmin/schema/pgCheck

[pgadmin-hackers] pgAdmin III commit: Fix dropping of constraints

2012-11-01 Thread Dave Page
Fix dropping of constraints Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e92f6be2c2872e85049a54f4b06613f9dd242b3b Author: Akshay Joshi Modified Files -- CHANGELOG |1 + pgadmin/schema/pgCheck.cpp |

Re: [pgadmin-hackers] pgAdmin with SSHTunneling support

2012-11-01 Thread Dave Page
On Thu, Nov 1, 2012 at 11:38 AM, Akshay Joshi wrote: > > > On Wed, Oct 31, 2012 at 10:30 PM, Dave Page wrote: >> >> Hi >> >> On Tue, Oct 23, 2012 at 12:33 PM, Akshay Joshi >> wrote: >> > >> >Here the problem is we don't have an entry in the "pgpass" file for >> > the >> > localip:port pair(o

Re: [pgadmin-hackers] pgAdmin with SSHTunneling support

2012-11-01 Thread Akshay Joshi
On Wed, Oct 31, 2012 at 10:30 PM, Dave Page wrote: > Hi > > On Tue, Oct 23, 2012 at 12:33 PM, Akshay Joshi > wrote: > > > >Here the problem is we don't have an entry in the "pgpass" file for > the > > localip:port pair(one end of the SSH tunnel). At the first attempt to > > connect > >to

[pgadmin-hackers] No more Delete/Drop constraints in 1.16

2012-11-01 Thread Akshay Joshi
Hi Dave I have figured out the problem where there is no more Delete/Drop constraints in 1.16. We have made some changes for the domains and check constraints where we have replace the pgTable and pgTableObjCollection with pgSchema and pgSchemaObjCollection, due to which this error occurs. I have