[pgadmin-hackers] pgAdmin website commit: Update .pot file.

2012-05-16 Thread Guillaume Lelarge
Update .pot file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=d1427f8753ae31be228cabf2ffddc25f308ae006 Modified Files -- locale/pgadmin3_website.pot | 130 --- 1 files changed, 60 inser

[pgadmin-hackers] pgAdmin website commit: Automatic stringmerge using merge script.

2012-05-16 Thread Guillaume Lelarge
Automatic stringmerge using merge script. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=2c2d629d1ff39675bd487dd091a8671b975be79e Modified Files -- locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo | Bin 137376 -> 134909 bytes local

[pgadmin-hackers] pgAdmin website commit: Announce 1.16 beta 1.

2012-05-16 Thread Guillaume Lelarge
Announce 1.16 beta 1. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=8afeb3c0897cd664344032994b4877bd4a2a6d4c Modified Files -- download/macosx.php |1 + download/source.php |1 + download/windows.php |1 + index.php

[pgadmin-hackers] pgAdmin website commit: Forgot some 1.14.1 links

2012-05-16 Thread Guillaume Lelarge
Forgot some 1.14.1 links ... not sure it really matters now, but at least for completeness, it's here. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=2cf669e4e378bce134ac34c63aaf04278c402be6 Modified Files -- download/macosx.ph

[pgadmin-hackers] pgAdmin website commit: We don't have windows and mac os x packages

2012-05-16 Thread Guillaume Lelarge
We don't have windows and mac os x packages Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=806f53aff56ff59772ac975940e4e6b9dcd95cc0 Modified Files -- download/macosx.php |1 - download/windows.php |1 - index.php

[pgadmin-hackers] Windows and Mac OS X packages for beta

2012-05-16 Thread Guillaume Lelarge
Hi, Will we have windows and mac os x packages for beta? On my first change to the website, I didn't check their availability. I checked later and couldn't find them. Is there any reason why we don't have them yet? I suppose it's because of pgcon ? I'm waiting an answer before sending an announc

Re: [pgadmin-hackers] Windows and Mac OS X packages for beta

2012-05-16 Thread Dave Page
On Wed, May 16, 2012 at 1:09 PM, Guillaume Lelarge wrote: > Hi, > > Will we have windows and mac os x packages for beta? On my first change > to the website, I didn't check their availability. I checked later and > couldn't find them. We won't have them yet. It took me much longer to get the tarb

Re: [pgadmin-hackers] Windows and Mac OS X packages for beta

2012-05-16 Thread Guillaume Lelarge
On Wed, 2012-05-16 at 13:11 -0400, Dave Page wrote: > On Wed, May 16, 2012 at 1:09 PM, Guillaume Lelarge > wrote: > > Hi, > > > > Will we have windows and mac os x packages for beta? On my first change > > to the website, I didn't check their availability. I checked later and > > couldn't find the

Re: [pgadmin-hackers] Windows and Mac OS X packages for beta

2012-05-16 Thread Dave Page
On Wed, May 16, 2012 at 1:21 PM, Guillaume Lelarge wrote: > On Wed, 2012-05-16 at 13:11 -0400, Dave Page wrote: >> On Wed, May 16, 2012 at 1:09 PM, Guillaume Lelarge >> wrote: >> > Hi, >> > >> > Will we have windows and mac os x packages for beta? On my first change >> > to the website, I didn't

[pgadmin-hackers] pgAdmin v.1.16.0 Beta 1 now available

2012-05-16 Thread Guillaume Lelarge
pgAdmin v1.16.0 Beta 1 is now available for testing in source from: http://www.postgresql.org/ftp/pgadmin3/release/v1.14.0-beta1/ Unfortunately, Windows and Mac OS X distributions aren't yet available. Nevertheless, you can still have it with the PostgreSQL 9.2 beta 1 one-click installer from: h

Re: [pgadmin-hackers] Windows and Mac OS X packages for beta

2012-05-16 Thread Guillaume Lelarge
On Wed, 2012-05-16 at 13:23 -0400, Dave Page wrote: > On Wed, May 16, 2012 at 1:21 PM, Guillaume Lelarge > wrote: > > On Wed, 2012-05-16 at 13:11 -0400, Dave Page wrote: > >> On Wed, May 16, 2012 at 1:09 PM, Guillaume Lelarge > >> wrote: > >> > Hi, > >> > > >> > Will we have windows and mac os x

[pgadmin-hackers] pgadmin error

2012-05-16 Thread Charlie Holleran
Is there a way to configure the JDBC driver that pgadmin uses to access the db's? I'm using pg's postgresql-8.4-701.jdbc4.jar in my code and I get the correct values from the db. But pgadmin does not get the correct values back. pgadmin is rounding real's to 6 significant digits, independent

Re: [pgadmin-hackers] pgadmin error

2012-05-16 Thread Dave Page
On Wed, May 16, 2012 at 10:04 AM, Charlie Holleran wrote: > Is there a way to configure the JDBC driver that pgadmin uses to access the > db's?  I'm using pg's postgresql-8.4-701.jdbc4.jar in my code and I get the > correct values from the db.  But pgadmin does not get the correct values > back. 

Re: [pgadmin-hackers] [ANNOUNCE] pgAdmin v.1.16.0 Beta 1 now available

2012-05-16 Thread Guillaume Lelarge
On Wed, 2012-05-16 at 13:27 -0400, Guillaume Lelarge wrote: > pgAdmin v1.16.0 Beta 1 is now available for testing in source from: > > http://www.postgresql.org/ftp/pgadmin3/release/v1.14.0-beta1/ > Sorry, correct URL is http://www.postgresql.org/ftp/pgadmin3/release/v1.16.0-beta1/ -- Guilla

Re: [pgadmin-hackers] pgadmin error

2012-05-16 Thread Charlie Holleran
Hi Dave Tried some more queries to qualify the rounding problem accessing data in pgadmin. Not quite what was expected. Hmmm... Edit view brings back the values such as 8.53639e+06. What has been stored in the table are numbers in increasing value. SELECT col1, col2, date_observed, rt_v