[pgadmin-hackers] Re: [pgAdmin III] #367: problem with empty arguments of trigger procedure

2012-07-19 Thread pgAdmin Trac
#367: problem with empty arguments of trigger procedure --+- Reporter: gleu | Owner: gleu Type: bug | Status: closed Priority: minor| Milestone: 1.16 Component: pgadmin |

[pgadmin-hackers] pgAdmin III commit: Fix trigger definition with empty arguments

2012-07-19 Thread Guillaume Lelarge
Fix trigger definition with empty arguments When a trigger function has arguments, and one of them is empty, then it wasn't displayed at all. The patch fixes this. Report from Michal Sienicki. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=ba

[pgadmin-hackers] pgAdmin III commit: Fix trigger definition with empty arguments

2012-07-19 Thread Guillaume Lelarge
Fix trigger definition with empty arguments When a trigger function has arguments, and one of them is empty, then it wasn't displayed at all. The patch fixes this. Report from Michal Sienicki. Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=com

[pgadmin-hackers] Re: [pgAdmin III] #367: problem with empty arguments of trigger procedure

2012-07-19 Thread pgAdmin Trac
#367: problem with empty arguments of trigger procedure -+-- Reporter: gleu | Owner: gleu Type: bug | Status: assigned Priority: minor| Milestone: Component: pgadmin | V

Re: [pgadmin-hackers] [pgAdmin III] #49: Connect directly via an SSH tunnel

2012-07-19 Thread pgAdmin Trac
#49: Connect directly via an SSH tunnel +--- Reporter: Master ProPG| Owner: dpage Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin |

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-19 Thread Dave Page
On Thu, Jul 19, 2012 at 1:58 PM, Akshay Joshi wrote: > > > On Thu, Jul 19, 2012 at 3:33 PM, Dave Page wrote: >> >> Hi >> >> On Thu, Jul 19, 2012 at 8:51 AM, Akshay Joshi >> wrote: >> > Hi >> > >> > I have added "libssh2" source code with pgAdmin3. Attached is the >> > complete >> > patch. I have

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-19 Thread Akshay Joshi
On Thu, Jul 19, 2012 at 3:33 PM, Dave Page wrote: > Hi > > On Thu, Jul 19, 2012 at 8:51 AM, Akshay Joshi > wrote: > > Hi > > > > I have added "libssh2" source code with pgAdmin3. Attached is the > complete > > patch. I have modified the acinclude.m4 and configure.ac.in to build > libssh2 > > cod

Re: [pgadmin-hackers] Pgadmin Website Russian Translation

2012-07-19 Thread Guillaume Lelarge
On Thu, 2012-07-19 at 10:47 +0100, Dave Page wrote: > On Wed, Jul 18, 2012 at 9:59 PM, Guillaume Lelarge > wrote: > > On Thu, 2012-07-12 at 13:01 +0400, Alexander Law wrote: > >> Hello, > >> Please commit updated translation. > > > > Done. > > > >> And I still can't see Russian when I > >> switch

Re: [pgadmin-hackers] SSH Tunneling implementation

2012-07-19 Thread Dave Page
Hi On Thu, Jul 19, 2012 at 8:51 AM, Akshay Joshi wrote: > Hi > > I have added "libssh2" source code with pgAdmin3. Attached is the complete > patch. I have modified the acinclude.m4 and configure.ac.in to build libssh2 > code. > Added "config.rpath.in" which is required to build libssh2 source co

Re: [pgadmin-hackers] Pgadmin Website Russian Translation

2012-07-19 Thread Dave Page
On Wed, Jul 18, 2012 at 9:59 PM, Guillaume Lelarge wrote: > On Thu, 2012-07-12 at 13:01 +0400, Alexander Law wrote: >> Hello, >> Please commit updated translation. > > Done. > >> And I still can't see Russian when I >> switch to in the languages list. > > Yeah, I took a look at your issue, and co