vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm pleased to announce the release of the third beta version of pgAdmin III v1.8.0. pgAdmin is the leading graphical administration and development tool for PostgreSQL, EnterpriseDB and most other PostgreSQL-derived DBMSs. It can be used on Windows, Linux, FreeBSD, Mac and Solaris with servers on any platform. For more information, please see the website: http://www.pgadmin.org/ For details of the changes since v1.6, please see the changelog at: http://www.pgadmin.org/development/changelog.php *** NOTE: This version now supports pl/pgsql debugging on community PostgreSQL. To enable this feature, you need PostgreSQL 8.2 or above, and the debugger plugin from the CVS at http://cvs.pgfoundry.org/cgi-bin/cvs...bugger/server/. This needs to be compiled under a PostgreSQL source tree, per the instructions in the readme. Unfortunately, pgxs cannot be used. To download the beta, please visit the download page at http://www.pgadmin.org/download/. In addition to the source code, binary downloads are currently available for Windows, Mac OS X, Fedora 7 and Slackware Linux. This is a pre-release version and should be used at your own risk! Please report any bugs or problems to pgadmin-support@postgresql.org. Regards, Dave. -- Dave Page pgAdmin Project Lead ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| |||
| Hi Dave, I just installed pgadmin3 and I'm having a problem : as soon as I right click (on anything), I've got ASSERT INFO: ../src/gtk/menu.cpp(984): assert "IsCheckable()" failed in IsChecked(): can't get state of uncheckable item! BACKTRACE: [1] g_closure_invoke() [2] g_signal_emit_valist() [3] g_signal_emit() [4] gtk_propagate_event() [5] gtk_main_do_event() [6] g_main_context_dispatch() [7] g_main_loop_run() [8] gtk_main() I'm on debian unstable, using a hand built pgadmin3 debian package. I used wxwidgets 1.8.4, and built the whole thing by modifying the debian rules and changelog files by hand to build the whole thing. Is the problem coming from my installation ? Le Monday 13 August 2007 10:08:55 Dave Page, vous avez crit*: > I'm pleased to announce the release of the third beta version of > pgAdmin III v1.8.0. > > pgAdmin is the leading graphical administration and development tool for > PostgreSQL, EnterpriseDB and most other PostgreSQL-derived DBMSs. It can > be used on Windows, Linux, FreeBSD, Mac and Solaris with servers on any > platform. For more information, please see the website: > http://www.pgadmin.org/ > > For details of the changes since v1.6, please see the changelog at: > http://www.pgadmin.org/development/changelog.php > > *** NOTE: > > This version now supports pl/pgsql debugging on community PostgreSQL. To > enable this feature, you need PostgreSQL 8.2 or above, and the debugger > plugin from the CVS at > http://cvs.pgfoundry.org/cgi-bin/cvs...bugger/server/. This > needs to be compiled under a PostgreSQL source tree, per the > instructions in the readme. Unfortunately, pgxs cannot be used. > > To download the beta, please visit the download page at > http://www.pgadmin.org/download/. In addition to the source code, binary > downloads are currently available for Windows, Mac OS X, Fedora 7 and > Slackware Linux. > > This is a pre-release version and should be used at your own risk! > Please report any bugs or problems to pgadmin-support@postgresql.org. > > Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| |||
| Cousin Marc написа: > Hi Dave, > > I just installed pgadmin3 and I'm having a problem : as soon as I right click > (on anything), I've got > > ASSERT INFO: > ./src/gtk/menu.cpp(984): assert "IsCheckable()" failed in IsChecked(): can't > get state of uncheckable item! > > BACKTRACE: > [1] g_closure_invoke() > [2] g_signal_emit_valist() > [3] g_signal_emit() > [4] gtk_propagate_event() > [5] gtk_main_do_event() > [6] g_main_context_dispatch() > [7] g_main_loop_run() > [8] gtk_main() > > > > I'm on debian unstable, using a hand built pgadmin3 debian package. > I used wxwidgets 1.8.4, and built the whole thing by modifying the debian > rules and changelog files by hand to build the whole thing. > Is the problem coming from my installation ? [...] Have you read the requirements here - http://www.pgadmin.org/download/source.php? As you could see the required version of wxWidgets is "2.8.x (for pgAdmin 1.6.2 and above)". -- Milen A. Radev ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| |||
| Cousin Marc wrote: > Hi Dave, > > I just installed pgadmin3 and I'm having a problem : as soon as I right click > (on anything), I've got > > ASSERT INFO: > ./src/gtk/menu.cpp(984): assert "IsCheckable()" failed in IsChecked(): can't > get state of uncheckable item! > > BACKTRACE: > [1] g_closure_invoke() > [2] g_signal_emit_valist() > [3] g_signal_emit() > [4] gtk_propagate_event() > [5] gtk_main_do_event() > [6] g_main_context_dispatch() > [7] g_main_loop_run() > [8] gtk_main() > > > > I'm on debian unstable, using a hand built pgadmin3 debian package. > I used wxwidgets 1.8.4, and built the whole thing by modifying the debian > rules and changelog files by hand to build the whole thing. > Is the problem coming from my installation ? I assume you mean wxWidgets *2*.8.4? I don't know anything about the debian rules or changelog files - what configure command line do they eventually execute? Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| On 13/08/2007 09:08, Dave Page wrote: > This version now supports pl/pgsql debugging on community PostgreSQL. To > enable this feature, you need PostgreSQL 8.2 or above, and the debugger > plugin from the CVS at > http://cvs.pgfoundry.org/cgi-bin/cvs...bugger/server/. This > needs to be compiled under a PostgreSQL source tree, per the > instructions in the readme. Unfortunately, pgxs cannot be used. Hi Dave, Just wondering - is the plugin likely to be included in the Windows installer version of PostgreSQL? Thanks, Ray. --------------------------------------------------------------- Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland rod@iol.ie --------------------------------------------------------------- ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| |||
| Raymond O'Donnell wrote: > On 13/08/2007 09:08, Dave Page wrote: > >> This version now supports pl/pgsql debugging on community PostgreSQL. To >> enable this feature, you need PostgreSQL 8.2 or above, and the debugger >> plugin from the CVS at >> http://cvs.pgfoundry.org/cgi-bin/cvs...bugger/server/. This >> needs to be compiled under a PostgreSQL source tree, per the >> instructions in the readme. Unfortunately, pgxs cannot be used. > > Hi Dave, > > Just wondering - is the plugin likely to be included in the Windows > installer version of PostgreSQL? Hi Ray, [Shameless plug alert!!] Yes, I intend to include it there. It's also already in EnterpriseDB Postgres 8.2 for Windows - http://postgres.enterprisedb.com/download.do and should be in the next builds for Linux. Regards, Dave (who works for EnterpriseDB in case anyone didn't realise!) ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| |||
| On 13/08/2007 16:58, Dave Page wrote: > Yes, I intend to include it there. It's also already in EnterpriseDB > Postgres 8.2 for Windows - http://postgres.enterprisedb.com/download.do > and should be in the next builds for Linux. That's great! All we need now are keyboard shortcuts to comment-out selected text automatically, and I'll be the proverbial pig in doo-doo.... yes, I know about executing selected chucks of a query, but the other would be nice too..... :-) Thanks for all the hard work, Ray. --------------------------------------------------------------- Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland rod@iol.ie --------------------------------------------------------------- ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| Le Monday 13 August 2007 16:50:08 Dave Page, vous avez crit*: > Cousin Marc wrote: > > Hi Dave, > > > > I just installed pgadmin3 and I'm having a problem : as soon as I right > > click (on anything), I've got > > > > ASSERT INFO: > > ./src/gtk/menu.cpp(984): assert "IsCheckable()" failed in IsChecked(): > > can't get state of uncheckable item! > > > > BACKTRACE: > > [1] g_closure_invoke() > > [2] g_signal_emit_valist() > > [3] g_signal_emit() > > [4] gtk_propagate_event() > > [5] gtk_main_do_event() > > [6] g_main_context_dispatch() > > [7] g_main_loop_run() > > [8] gtk_main() > > > > > > > > I'm on debian unstable, using a hand built pgadmin3 debian package. > > I used wxwidgets 1.8.4, and built the whole thing by modifying the debian > > rules and changelog files by hand to build the whole thing. > > Is the problem coming from my installation ? > > I assume you mean wxWidgets *2*.8.4? > > I don't know anything about the debian rules or changelog files - what > configure command line do they eventually execute? > > Regards, Dave Yes I mean 2.8.4, sorry I'm using the provided debian rules file (in pkg subdirectory of pgadmin3), slightly modified to use wxwidget 2.8.4 wxwidget 2.8.4 is built this way : ../configure --build=i486-linux-gnu \ --prefix=/usr/src/pgadmin3-1.8.0-beta3/wxWidgets-2.8.4/wxWidgets-2.8.4/localinst \ --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info \ --with-gtk --enable-gtk2 --enable-unicode \ --enable-debug \ --disable-shared Then pgadmin3 is built like this : CFLAGS="-Wall -g -O2" ./configure --host=i486-linux-gnu \ --build=i486-linux-gnu \ --prefix=/usr \ --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info \ --disable-dependency-tracking \ --with-wx=/usr/src/pgadmin3-1.8.0-beta3/wxWidgets-2.8.4/wxWidgets-2.8.4/localinst \ --with-wx-config=wx-config \ --with-pgsql-include="/usr/include/postgresql -I./include" \ --enable-gtk2 \ --enable-unicode \ --enable-debug --enable-static --with-libxml2=/usr --with-libxslt=/usr Thanks for your help ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| OK, thanks - this looks similar to a report from Pavel Stehule - I'll look at them both when I'm back in the office; hopefully tomorrow. Thanks, Dave Cousin Marc wrote: > Le Monday 13 August 2007 16:50:08 Dave Page, vous avez crit : >> Cousin Marc wrote: >>> Hi Dave, >>> >>> I just installed pgadmin3 and I'm having a problem : as soon as I right >>> click (on anything), I've got >>> >>> ASSERT INFO: >>> ./src/gtk/menu.cpp(984): assert "IsCheckable()" failed in IsChecked(): >>> can't get state of uncheckable item! >>> >>> BACKTRACE: >>> [1] g_closure_invoke() >>> [2] g_signal_emit_valist() >>> [3] g_signal_emit() >>> [4] gtk_propagate_event() >>> [5] gtk_main_do_event() >>> [6] g_main_context_dispatch() >>> [7] g_main_loop_run() >>> [8] gtk_main() >>> >>> >>> >>> I'm on debian unstable, using a hand built pgadmin3 debian package. >>> I used wxwidgets 1.8.4, and built the whole thing by modifying the debian >>> rules and changelog files by hand to build the whole thing. >>> Is the problem coming from my installation ? >> I assume you mean wxWidgets *2*.8.4? >> >> I don't know anything about the debian rules or changelog files - what >> configure command line do they eventually execute? >> >> Regards, Dave > > > Yes I mean 2.8.4, sorry > > I'm using the provided debian rules file (in pkg subdirectory of pgadmin3), slightly modified to use wxwidget 2.8.4 > > wxwidget 2.8.4 is built this way : > > ./configure --build=i486-linux-gnu \ > --prefix=/usr/src/pgadmin3-1.8.0-beta3/wxWidgets-2.8.4/wxWidgets-2.8.4/localinst \ > --mandir=\${prefix}/share/man \ > --infodir=\${prefix}/share/info \ > --with-gtk --enable-gtk2 --enable-unicode \ > --enable-debug \ > --disable-shared > > > Then pgadmin3 is built like this : > > CFLAGS="-Wall -g -O2" ./configure --host=i486-linux-gnu \ > --build=i486-linux-gnu \ > --prefix=/usr \ > --mandir=\${prefix}/share/man \ > --infodir=\${prefix}/share/info \ > --disable-dependency-tracking \ > --with-wx=/usr/src/pgadmin3-1.8.0-beta3/wxWidgets-2.8.4/wxWidgets-2.8.4/localinst \ > --with-wx-config=wx-config \ > --with-pgsql-include="/usr/include/postgresql -I./include" \ > --enable-gtk2 \ > --enable-unicode \ > --enable-debug --enable-static --with-libxml2=/usr --with-libxslt=/usr > > > Thanks for your help > > ---------------------------(end of broadcast)--------------------------- > TIP 5: don't forget to increase your free space map settings ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |