Re: [pgAdmin III] #148: Miscellaneous requests for the query tool

From: "Dickson S(dot) Guedes" <listas(at)guedesoft(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org, Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Subject: Re: [pgAdmin III] #148: Miscellaneous requests for the query tool
Date: 2010-03-20 04:14:37
Message-ID: ae46fee11003192114r665b6f43xe55063222231db89@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

2010/3/15 pgAdmin Trac <trac(at)code(dot)pgadmin(dot)org>:
> #148: Miscellaneous requests for the query tool
> allow the user defines the max size of the query that could be added in history,

Done, default to 100.

> the total number of queries stored

Done, default to 10.

> avoid store  itentical queries.

Done, but at now it avoids only identical queries. If we run the same
query only changing some spaces or tabs it'll allow the inclusion of
the query in the history. I don't know if this "duplication" may be
accepted as a "expected behaviour" or a bug.

> ask for query deletion

Done, using 'NO' as default.

This patch fixes the 'SetMacrosFile' in sysSettings.h, too.

Patch attached. Comments?

Thanks.

Dickson S. Guedes
mail/xmpp: guedes(at)guedesoft(dot)net - skype: guediz
http://guedesoft.net - http://www.postgresql.org.br

Attachment Content-Type Size
pgadmin-ticket-148.patch.gz application/x-gzip 2.2 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-03-20 12:48:01 [pgAdmin III] #157: Statistics tab shows more database than Properties tab
Previous Message Guillaume Lelarge 2010-03-19 20:47:34 Re: SVN Commit by dpage: r8234 - trunk/pgadmin3/pgadmin