[pgadmin-hackers] 1.4 Branch & pg_config

2005-11-30 Thread Florian G. Pflug
Hi I just noted that the OSX-build of the 1.4 build is broken due to the inclusion of the pg_dump-in-appbundle patch. The patch assumes that PG_CONFIG is available inside pkg/mac/Makefile.am, but the 1.4 buildsystem doesn't know about PG_CONFIG. Would it be feasable to backport the postgres-spec

Re: [pgadmin-hackers] FW: Explain graphical explain...

2005-11-30 Thread Andreas Pflug
Dave Page wrote: Hi Andreas, Niko forwarded these to me. They look great to me (but then I have the artistic imagination of a squirrel!) - what do you think? Source is modified, preliminary graphics added. Should we backport this to 1.4? Just a matter of copy/paste. Regards, Andreas --

[pgadmin-hackers] pgadmin 1.4.1?

2005-11-30 Thread Andreas Pflug
Should we have a 1.4.1 release as soon as pgsql 8.1.1 is out? Regards, Andreas ---(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

Re: [pgadmin-hackers] pgadmin 1.4.1?

2005-11-30 Thread Dave Page
Before would be good, for the installer! Friday? /D -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/11/05 21:51:26 To: "Dave Page" Cc: "pgadmin-hackers" Subject: pgadmin 1.4.1? Should we have a 1.4.1 release as soon as pgsql 8.1.1 is out? Regards, Andreas

Re: [pgadmin-hackers] FW: Explain graphical explain...

2005-11-30 Thread Dave Page
Icons forwarded to you. Thanks Niko! /D -Original Message- From: "Andreas Pflug"<[EMAIL PROTECTED]> Sent: 30/11/05 21:46:32 To: "Dave Page" Cc: "Ennixo"<[EMAIL PROTECTED]>, "pgadmin-hackers" Subject: Re: FW: Explain graphical explain... Dave Page wrote: > Hi Andreas, > > Niko forward

[pgadmin-hackers] SVN Commit by andreas: r4768 - in trunk/pgadmin3: . src/ctl src/include/images

2005-11-30 Thread svn
Author: andreas Date: 2005-11-30 22:27:05 + (Wed, 30 Nov 2005) New Revision: 4768 Modified: trunk/pgadmin3/CHANGELOG.txt trunk/pgadmin3/src/ctl/explainShape.cpp trunk/pgadmin3/src/include/images/ex_bmp_heap.xpm trunk/pgadmin3/src/include/images/ex_bmp_index.xpm trunk/pgadmin3/sr

Re: [pgadmin-hackers] pgadmin 1.4.1?

2005-11-30 Thread Andreas Pflug
Dave Page wrote: Before would be good, for the installer! Agreed, but we should fix the grant combobox issue first. Maybe tomorrow. Regards, Andreas ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archi

Re: [pgadmin-hackers] pgadmin 1.4.1?

2005-11-30 Thread Florian G. Pflug
Andreas Pflug wrote: Dave Page wrote: Before would be good, for the installer! Agreed, but we should fix the grant combobox issue first. Maybe tomorrow. Please apply my "fix appbundle build breakage due to missing PG_CONFIG variable" quickfix then. Otherwise, 1.4.1 will be unbuildable on OSX.