Re: [pgadmin-support] How to install pgagent on linux?

2013-11-18 Thread Radovan Jablonovsky
The basic documentation how to install postresql from source code (compile) is part of source in the file INSTALL. On Sat, Nov 16, 2013 at 5:02 PM, sparikh wrote: > I am currently in the process of building the new database server system. I > have installed the postgressql 9.1 ("PostgreSQL 9.1.

[pgadmin-support] getting NaN in the table

2013-11-18 Thread Deven Thaker
Hi, One of the columns of table is getting populated with NaN. When i checked all scripts which updates this table, found that we never do any division but still it populates NaN values in the column (double precision) . Surprisingly behavior is very random and difficult to reproduce. Any pointer,

Re: [pgadmin-support] Support for non standard SSH port

2013-11-18 Thread Akshay Joshi
On Mon, Nov 18, 2013 at 5:50 PM, Dave Page wrote: > > > > On Mon, Nov 18, 2013 at 12:00 PM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> >> >> >> On Mon, Nov 18, 2013 at 5:24 PM, Dave Page wrote: >> >>> Hi >>> >>> >>> On Mon, Nov 18, 2013 at 11:06 AM, Akshay Joshi < >>> akshay.jo.

Re: [pgadmin-support] Support for non standard SSH port

2013-11-18 Thread Dave Page
On Mon, Nov 18, 2013 at 12:00 PM, Akshay Joshi < akshay.jo...@enterprisedb.com> wrote: > > > > On Mon, Nov 18, 2013 at 5:24 PM, Dave Page wrote: > >> Hi >> >> >> On Mon, Nov 18, 2013 at 11:06 AM, Akshay Joshi < >> akshay.jo...@enterprisedb.com> wrote: >> >>> Hi Dave >>> >>> I have added support f

Re: [pgadmin-support] Support for non standard SSH port

2013-11-18 Thread Akshay Joshi
On Mon, Nov 18, 2013 at 5:24 PM, Dave Page wrote: > Hi > > > On Mon, Nov 18, 2013 at 11:06 AM, Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: > >> Hi Dave >> >> I have added support for non standard remote SSH port. I have added one >> control to take input for "Default SSH port" from the

Re: [pgadmin-support] Support for non standard SSH port

2013-11-18 Thread Dave Page
Hi On Mon, Nov 18, 2013 at 11:06 AM, Akshay Joshi < akshay.jo...@enterprisedb.com> wrote: > Hi Dave > > I have added support for non standard remote SSH port. I have added one > control to take input for "Default SSH port" from the user in SSH Tunnel > tab, by default it is 22, but user can modi

Re: [pgadmin-support] Support for non standard SSH port

2013-11-18 Thread Akshay Joshi
Hi Dave I have added support for non standard remote SSH port. I have added one control to take input for "Default SSH port" from the user in SSH Tunnel tab, by default it is 22, but user can modify it. Attached is the patch file, can you please review it. If it looks good to you can you please c