Two strange settings in frmOptions

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Two strange settings in frmOptions
Date: 2011-12-12 13:57:43
Message-ID: CABUevExhZOMq+OTyxOheqo1tCWcWAnD-_9S2LOwMNS1Ks4TNqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Noticed two things in Options->QueryTool:

1) There is a settin gfor "Maximum rows to retreive". From what I can
tell, this is *only* used for pgagent (pgaJobs.cpp and pgaStep.cpp).
If that is so, it shuld not be under Query Tool settings. Potentially
it could be removed completely, if pgAgent can actually deal with a
hardcode there?

2) There is a setting for "Count rows if estimated less than". AFAICT,
this again has nothing to do with the query tool - this is for the
object browser, when you click a table. Shouldn't it be moved to be
under another tab?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-12-12 14:08:50 Re: Two strange settings in frmOptions
Previous Message pgAdmin Trac 2011-12-11 21:38:44 Re: [pgAdmin III] #299: Crash on table refresh