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
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,
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
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
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
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/
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++
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