Re: [pgadmin-support] Compile Source Code

2012-06-29 Thread Guillaume Lelarge
On Fri, 2012-06-29 at 13:29 +0530, Jiby James wrote: > Magnus, > > I tried to install pgadmin3(1.14) from backports. Installation was > successful, but when try to connect to the connect to the remote server, it > says > > ERROR: function pg_last_xact_replay_timestamp() does not exist > > LINE

Re: [pgadmin-support] Compile Source Code

2012-06-29 Thread Jiby James
Magnus, I tried to install pgadmin3(1.14) from backports. Installation was successful, but when try to connect to the connect to the remote server, it says ERROR: function pg_last_xact_replay_timestamp() does not exist LINE 1: ...SE NULL END as replayloc, CASE WHEN usesuper THEN pg_last_xa...

Re: [pgadmin-support] Compile Source Code

2012-06-28 Thread Magnus Hagander
On Thu, Jun 28, 2012 at 11:14 AM, Dave Page wrote: > [Please keep the mailing list CC'd] > > On Thu, Jun 28, 2012 at 9:36 AM, Jiby James wrote: >> Dave, >> >> I am working on a Debian 32bit squeeze version. I want to connect to a >> postgresql server >>                                            

Re: [pgadmin-support] Compile Source Code

2012-06-28 Thread Dave Page
[Please keep the mailing list CC'd] On Thu, Jun 28, 2012 at 9:36 AM, Jiby James wrote: > Dave, > > I am working on a Debian 32bit squeeze version. I want to connect to a > postgresql server >                                                                     by using > pgadmin. But the version o

Re: [pgadmin-support] Compile Source Code

2012-06-28 Thread Dave Page
On Thu, Jun 28, 2012 at 8:55 AM, Jiby James wrote: > Sir, > > How to provide remote postgresql server name while compiling from  source > code of pgAdmin You can't - you give the name of the server you wish to manage at runtime. At compile time, you must have libpq (and the associated headers) on