The currently shipped version of pgAdmin in Fedora is 1.10.5. There have been 3 releases of 1.12 and upstream is currently shipping 1.12.2. The currently shipped version of pgAdmin is not compatible with the latest version of PostgreSQL - version 9. Updating to the latest version of pgAdmin is probably easier than backporting pgsql v9 compatibility.
pgadmin3-1.12.2-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/pgadmin3-1.12.2-1.fc14
pgadmin3-1.12.2-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/pgadmin3-1.12.2-2.fc15
pgadmin3-1.12.2-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/pgadmin3-1.12.2-1.el6
Thanks for pushing these out - I can confirm that the update works well on F14. Is there any chance you can push an update for F13 as well?
pgadmin3-1.12.2-2.fc15 has been pushed to the Fedora 15 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update pgadmin3'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/pgadmin3-1.12.2-2.fc15
pgadmin3-1.12.2-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/pgadmin3-1.12.2-1.fc13
I did find an issue with the F14 release. The application.desktop file refers to a non-existent .png resulting in a missing icon for the menu bar. /usr/share/applications/pgadmin3.desktop has a reference to /usr/share/pgadmin3/pgAdmin3.png which is not packaged. Will check the F13 version in a bit...
Same issue with the F13 build.
Does /usr/share/pgadmin3/pgAdmin3.xpm exist on your box?
Yes on both the F13 and F14 boxes I checked that have the package from koji.
When testing the F13 build I have found that it crashes when trying to connect to a server with this message: pgadmin3: symbol lookup error: pgadmin3: undefined symbol: PQconninfoParse
Most likely a dependency issue with libpq - the binary was built against a modern version (8.4+), but is being run with <= 8.3. Libpq 8.4 or above is required. It this a 8.4 instance?
(In reply to comment #12) > Most likely a dependency issue with libpq - the binary was built against a > modern version (8.4+), but is being run with <= 8.3. Libpq 8.4 or above is > required. It this a 8.4 instance? You're right. The F13 system has pg 8.3 installed on it as well - it seems that pg 8.3 also has the same version libpq.so.5 as pg 8.4, so that is causing a conflict there. Once I remove the pg 8.3 libraries from the library path pgadmin3 connects just fine - so ignore comment 11.
Back to the missing icon as a result of the Icon being wrong. The pgadmin3.desktop file has: /usr/share/pgadmin3/pgAdmin3.png But changing it to: /usr/share/pgadmin3/pgadmin3.xpm fixes the issue. Note the lower-case A in pgadmin as well.
pgadmin3-1.12.2-3.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/pgadmin3-1.12.2-3.fc15
pgadmin3-1.12.2-2.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/pgadmin3-1.12.2-2.fc13
pgadmin3-1.12.2-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/pgadmin3-1.12.2-2.el6
pgadmin3-1.12.2-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/pgadmin3-1.12.2-2.fc14
@David: Pushed updated packages. Could you please test them?
The F13 and F14 builds pass basic testing for me. I'll post feedback on them on the admin site.
pgadmin3-1.12.2-3.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
pgadmin3-1.12.2-2.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.
pgadmin3-1.12.2-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
pgadmin3-1.12.2-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.