[pgadmin-hackers] 1.10.2 build issue on RHEL 5 & PostgreSQL 8.1

2010-03-15 Thread Devrim GÜNDÜZ
http://koji.fedoraproject.org/koji/getfile?taskID=2055212&name=build.log I got this build log while trying to upgrade EPEL from 1.8.4 to 1.10.2. Anything we can do to fix, or ? Regards, -- Devrim GÜNDÜZ PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer PostgreSQL RPM Repository: http:

[pgadmin-hackers] [pgAdmin III] #149: Bug: recent files reset

2010-03-15 Thread pgAdmin Trac
#149: Bug: recent files reset -+-- Reporter: Josh Berkus | Owner: dpage Type: bug | Status: new Priority: minor| Milestone: Component: pgadmin | Version: trunk Key

Re: [pgadmin-hackers] Mismatching of a pgAdmin3.vcproj

2010-03-15 Thread Guillaume Lelarge
Hi Hiroshi-san, Le 15/03/2010 17:47, Hiroshi Saito a écrit : > [...] > I'm sorry very late reaction. > project of windows file is slightly strange.?_? > Why do you find it strange? AFAICT, it works for me. I'm using VisualC++ 2008, but really take care to not commit VC+2008 specific stuff. Have

[pgadmin-hackers] Trying to build pgadmin from svn

2010-03-15 Thread Ilan Volow
I recently decided to look into the possibility of doing some hacking on pgadmin to add some features/fixes that I've wanted. I'm trying to build pgadmin on OS X (10.6 Snow Leopard) using the EnterpriseDB Postgres Plus distribution and the latest svn checkout. I followed the instructions for O

[pgadmin-hackers] Re: PATCH: Fail to restore table/function, if it has special characters.

2010-03-15 Thread Dave Page
On Mon, Mar 15, 2010 at 2:10 PM, Ashesh Vashi wrote: > > Hi Dave, > The restore option of a table/function will fail, if the function name > contains special characters (i.e. test"xyz) > Please find the patch to resolve the issue for both the trunk and > 1_10_0_PATCHES branch. Hi, Why the refact

[pgadmin-hackers] Mismatching of a pgAdmin3.vcproj

2010-03-15 Thread Hiroshi Saito
Hi Guillaume. I'm sorry very late reaction. project of windows file is slightly strange.?_? Regards, Hiroshi Saito vcproj_patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/m

Re: [pgadmin-hackers] Query History enhancements

2010-03-15 Thread Dickson S. Guedes
2010/3/15 Guillaume Lelarge : > Le 15/03/2010 06:28, Dickson S. Guedes a écrit : >> 2010/3/13 Guillaume Lelarge : >>> Le 14/03/2010 00:22, Dickson S. Guedes a écrit : [...] I'm thinking that there are some things that could enhance the query history: allow the user defines the max si

[pgadmin-hackers] PATCH: Fail to restore table/function, if it has special characters.

2010-03-15 Thread Ashesh Vashi
Hi Dave, The restore option of a table/function will fail, if the function name contains special characters (i.e. test"xyz) Please find the patch to resolve the issue for both the trunk and 1_10_0_PATCHES branch. -- Ashesh Vashi EnterpriseDB INDIA: Enterprise Postgres Company

Re: [pgadmin-hackers] Re: PATCH: pgAdmin III hangs - it try to close debugger when some query is already in progress

2010-03-15 Thread Dave Page
On Thu, Mar 11, 2010 at 11:21 AM, Ashesh Vashi wrote: > Oops... > Forget to attach the patches. :-( > PFA. Just tried this on Windows and get a reproducible crash :-( 1) Connect to the server. I was using PPAS 8.3R2. 2) Debug a function, eg. public.new_empno() from the PPAS sample database. 3) R

[pgadmin-hackers] [pgAdmin III] #148: Miscellaneous requests for the query tool

2010-03-15 Thread pgAdmin Trac
#148: Miscellaneous requests for the query tool ---+ Reporter: Dickson S. Guedes | Owner: Dickson S. Guedes Type: bug| Status: new Priority: minor | Milestone

Re: [pgadmin-hackers] Query History enhancements

2010-03-15 Thread Guillaume Lelarge
Le 15/03/2010 06:28, Dickson S. Guedes a écrit : > 2010/3/13 Guillaume Lelarge : >> Le 14/03/2010 00:22, Dickson S. Guedes a écrit : >>> [...] >>> I'm thinking that there are some things that could enhance the query >>> history: allow the user defines the max size of the query that could >>> be add