Here are the release notes: 2006-03-07 - pgAdmin III v1.4.2 released The pgAdmin Development Team are pleased to announce the release of pgAdmin 1.4.2, the Open Source graphical PostgreSQL administration tool for Windows, Linux, FreeBSD, Mac OS X and Solaris, now available for download in source and a variety of binary formats from: http://www.pgadmin.org/download/ v1.4.2 is primarily a bug fix release, including the following changes: * Fix a typo in the admin pack README [August Zajonc]. * Fix serial column detection for 8.1 per Kris Jurka. * Mask the password when logging the connection string. * Properly escape single quotes in connection strings. * Re-arrange the Win32 dependencies so that iconv, libxml2 and wxwidgets are located in /../pgadmin3-deps/. * Properly enable the redo button in the Query Tool when appropriate, per PromoTrade. * Add missing files to the Unix tarball, per Andrus - xtra/wxbuild/*, src/utils/precomp.cpp, src/main/pgAdmin3.rc. * Read config files in the local encoding scheme. * Display the definition of set returning procedures correctly. * Fix drop procedure by including IN/OUT parameter flags in the name. * Fix role SQL - correctly define CREATEROLE/NOCREATEROLE per Andrus. * Honour the copy quoting setting properly in the SQL results pane. * Set the initial Unicode/Local charset options correctly in the Export dialogue. * Fix PK detection in EditGrid per Andrus Moor. * Fix Bitmap Index explain per Alexander Kirpa. * Use ELSIF not ELSEIF in pgagent.sql for compatibility with 7.x servers [Glen Sasek]. * Exclude system schemas by name rather than OID, so that 'public' can be safely renamed. * fix slony node statistics. * Fix: Unsubscribe set on receiver. * Another wxComboBox(2.6.2) related fix. Dave Page pgAdmin Development Team
Using the ebuild for version 1.4.1 worked for me, even the configure-patch applied (but with a "Hunk #1 succeeded at 5511 (offset 147 lines).") I didn't need a patch to compile it successfully on gcc-4.1.0-r1 (x86)
Works fine for me, too (~x86). Renamed 1.4.1 ebuild and removed the src_unpack() function as the configure-patch is no longer needed.
(In reply to comment #2) > Works fine for me, too (~x86). > Renamed 1.4.1 ebuild and removed the src_unpack() function as the > configure-patch is no longer needed. > and for me too gcc 3.4 x86
1.4.3 is now out: http://www.postgresql.org/about/news.594
Thanks for the info. Ebuild is already done and the app is running but needs some further cleanups and testing. It will hit postgresql-overlay in a couple of ours :-)
Ok, you can get it from the postgresql overlay now, but please give feedback :-)
*** This bug has been marked as a duplicate of 133638 ***