Re: strings fixes

From: Timon <timosha(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: strings fixes
Date: 2011-04-12 08:06:44
Message-ID: BANLkTikZRM2XqXi-OZpXG4igQzv+O3wFaA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Just one more little fix in attachment :)
keyrs -> keys

2011/4/7 Dave Page <dpage(at)pgadmin(dot)org>:
> Thanks, patch applied.
>
> On Thu, Apr 7, 2011 at 11:03 AM, Timon <timosha(at)gmail(dot)com> wrote:
>> In some files I found strings like this:
>> Are you sure you wish to drop column \"%s?\"
>> but they should be like this
>> Are you sure you wish to drop column \"%s\"?
>>
>> Patch in attachment fixes all such occurrences.
>> Or you can just run little script:
>> find -name *.cpp -exec sed -i 's/\\"%s?\\"/\\"%s\\"?/' {} \;
>>
>> --
>> All bugs reserved
>>
>>
>> --
>> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgadmin-hackers
>>
>>
>
>
>
> --
> Dave Page
> Blog: http://pgsnake.blogspot.com
> Twitter: @pgsnake
>
> EnterpriseDB UK: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>

--
All bugs reserved

Attachment Content-Type Size
0001-Fix-string.patch text/x-patch 813 bytes

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-04-12 08:10:15 pgAdmin III commit: Fix string
Previous Message pgAdmin Trac 2011-04-11 20:56:41 Re: [pgAdmin III] #310: Handle pg_service.conf file to register a server