Re: [pgadmin-hackers] pgAdmin III v1.10.2 released

2010-03-16 Thread Guillaume Lelarge
Le 16/03/2010 15:43, Devrim GÜNDÜZ a écrit : > On Sun, 2010-03-14 at 21:49 +0100, Guillaume Lelarge wrote: >> The pgAdmin Development Team is pleased to announce the release of >> pgAdmin 1.10.2, the Open Source graphical PostgreSQL administration >> tool >> for Windows, Linux, FreeBSD, Mac OS X an

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

2010-03-16 Thread Hiroshi Saito
Hi. Ahh, I am using Microsoft Visual Studio 2008. Please see. http://winpg.jp/~saito/pgAdmin/ Required patch was this. (Reconfirmation) http://winpg.jp/~saito/pgAdmin/diff_pgAdmin3.vcproj Regards, Hiroshi Saito - Original Message - From: "Dave Page" On Mon, Mar 15, 2010 at 8:21 PM,

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

2010-03-16 Thread Dave Page
Thanks, applied. On Tue, Mar 16, 2010 at 9:38 AM, Ashesh Vashi wrote: > Please find the updated patches. > > > On Mon, Mar 15, 2010 at 8:17 PM, Dave Page > wrote: >> >> On Mon, Mar 15, 2010 at 2:10 PM, Ashesh Vashi >> wrote: >> > >> > Hi Dave, >> > The restore option of a table/function will fa

Re: [pgadmin-hackers] pgAdmin III v1.10.2 released

2010-03-16 Thread Devrim GÜNDÜZ
On Sun, 2010-03-14 at 21:49 +0100, Guillaume Lelarge wrote: > The pgAdmin Development Team is pleased to announce the release of > pgAdmin 1.10.2, the Open Source graphical PostgreSQL administration > tool > for Windows, Linux, FreeBSD, Mac OS X and Solaris, now available for > download in source a

[pgadmin-hackers] SVN Commit by dpage: r8228 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/frm

2010-03-16 Thread svn
Author: dpage Date: 2010-03-16 10:56:26 + (Tue, 16 Mar 2010) New Revision: 8228 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8228&view=rev Log: Fix command line quoting for backup/restore [Ashesh Vashi]. Modified: branches/REL-1_10_0_PATCHES/pgadmin3/CHANGELOG b

[pgadmin-hackers] SVN Commit by dpage: r8227 - in trunk/pgadmin3: . pgadmin/frm

2010-03-16 Thread svn
Author: dpage Date: 2010-03-16 10:54:25 + (Tue, 16 Mar 2010) New Revision: 8227 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8227&view=rev Log: Fix command line quoting for backup/restore [Ashesh Vashi]. Modified: trunk/pgadmin3/CHANGELOG trunk/pgadmin3/pgadmin/

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

2010-03-16 Thread Dave Page
On Mon, Mar 15, 2010 at 8:21 PM, Guillaume Lelarge wrote: > 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++

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

2010-03-16 Thread Ashesh Vashi
Please find the updated patches. On Mon, Mar 15, 2010 at 8:17 PM, Dave Page wrote: > 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