Re: [pgadmin-support] Select multiple rows for delete does too good of a job

2010-03-18 Thread Guillaume Lelarge
Le 17/03/2010 22:59, Scott Dunbar a écrit : > Hi all, > I'm using pgAdmin III version 1.10.0 from the Ubuntu 9.10 64 bit > package. I bring the contents of a table by right clicking on the table > name and selecting "View Data" and either "View Top 100 Rows" or "View > All Rows". I have a very sm

[pgadmin-support] Help files

2010-03-18 Thread Pedro Doria Meunier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Found a small "glitch": When accessing the pgAdmin3's "Help Contents" a message box pops out with: 'unknown host index.html' Surely a path problem ;) BR, Pedro Doria Meunier -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comme

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-18 Thread Ashesh Vashi
I think - there is something wrong with the file. It says - libpq.so.5 is not a dynamic executable. Can you please follow this steps? - Change directory to /usr/local/pgadmin3 - Create lib directory (if not exits) - Copy all the libraries from postgresql-lib to this directory - Make sure each file

Re: [pgadmin-support] pgAdmin III v1.10.2 released

2010-03-18 Thread Dave Page
On Thu, Mar 18, 2010 at 12:31 PM, Cedric Boudinet wrote: > > hello > It seems that PG minimal version may be set to 8.4. > I tried to built with 8.3 and I have an error with PQconninfoParse (from > libpq-fe.h) which has been introduced with PG 8.4. Oh, yeah - that's used in SVN TRUNK (not 1.10).

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-18 Thread Vinicius Borges
Yes, I just copied the libpq.so.5. The output: bash-3.1# ldd /usr/lib64/libpq.so.5 not a dynamic executable Thanks 2010/3/18 Ashesh Vashi > > > On Thu, Mar 18, 2010 at 5:43 PM, Vinicius Borges wrote: > >> I installed the pgadmin3 using the file INSTALL in the source path. >> Afte

Re: [pgadmin-support] pgAdmin III v1.10.2 released

2010-03-18 Thread Cedric Boudinet
hello It seems that PG minimal version may be set to 8.4. I tried to built with 8.3 and I have an error with PQconninfoParse (from libpq-fe.h) which has been introduced with PG 8.4. > Date: Thu, 18 Mar 2010 08:55:37 + > Subject: Re: [pgadmin-support] pgAdmin III v1.10.2 released > From: dp.

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-18 Thread Vinicius Borges
I installed the pgadmin3 using the file INSTALL in the source path. After installation, with this problems, I downloaded the postgresql-libs(that has libpq.so.5) for 64 bit and manually copied the libpq.so.5 to /usr/lib64 and /usr/lib. Did I make a mistake? Thanks 2010/3/18 Ashesh Vashi > Hi V

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-18 Thread Ashesh Vashi
Hi Vinicius, On Thu, Mar 18, 2010 at 4:04 PM, Vinicius Borges wrote: > > Hello Ashesh, > > when I type > > bash-3.1# file /usr/local/pgadmin3/bin/pgadmin3 > /usr/local/pgadmin3/bin/pgadmin3: ELF 64-bit LSB executable, x86-64, > version 1 (SYSV), dynamically linked (uses shared libs), not stripped

Re: [pgadmin-support] Problem with libpq.so.5 in pgadmin3-1.10.2

2010-03-18 Thread Vinicius Borges
Hello Ashesh, when I type bash-3.1# file /usr/local/pgadmin3/bin/pgadmin3 /usr/local/pgadmin3/bin/pgadmin3: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), not stripped and bash-3.1# file /usr/local/lib/libpq.so.5 /usr/local/lib/libpq.so.5: ELF 32-bit

Re: [pgadmin-support] pgAdmin III v1.10.2 released

2010-03-18 Thread Dave Page
On Wed, Mar 17, 2010 at 5:46 PM, Dale J Thompson wrote: > I apologize for assuming this was a well known problem. > > If it's not feasible to adjust the build to work around this issue, I'd > suggest the documentation for pgAdmin be updated to clarify that it requires > 8.3(?) or greater version o