Re: [pgadmin-hackers] Row counts for large tables cause temporary hang

2004-04-28 Thread Mark Kirkwood
Hmm ... it is set already (count rows if estimated < 2000) Checking in the properties window for that table concerned shows : rows estimated = 1 rows counted = 1000 however reltuples in pg_class shows 1e07, so it looks like pgadmin is not representing the "real" datatype correctly (maybe a 7,5

[pgadmin-hackers] CVS Commit by andreas: todo update

2004-04-28 Thread cvs
Log Message: --- todo update Modified Files: -- pgadmin3: TODO.txt (r1.89 -> r1.90) Index: TODO.txt === RCS file: /projects/pgadmin3/TODO.txt,v retrieving revision 1.89 retrieving revision 1.90 diff -L

Re: [pgadmin-hackers] Creation of XPM files for wxWidgets

2004-04-28 Thread Andreas Pflug
Peter Eisentraut wrote: My ideas was to try to use the KDE crystal icons to make it fit better on a KDE desktop. Obviously this is not suitable as a universal replacement, but if you ever think of allowing icon themes then that would be very cool. (Additionally one would have to be able to con

[pgadmin-hackers] CVS Commit by dpage: Added todo for creating pg doc htmlhelp files

2004-04-28 Thread cvs
Log Message: --- Added todo for creating pg doc htmlhelp files automatically. Modified Files: -- pgadmin3: TODO.txt (r1.88 -> r1.89) Index: TODO.txt === RCS file: /projects/pgadmin3/TODO.txt,v retrievi

Re: [pgadmin-hackers] Row counts for large tables cause temporary hang

2004-04-28 Thread Mark Kirkwood
Oops...missed that one (and it's in an obvious place too). Thanks, I will set it! regards Mark Dave Page wrote: Please look under File -> Options, and on the Query tab you can set the threshold value for the 'estimated' rows above which 'real' rows are not counted. You need to analyse your data

Re: [pgadmin-hackers] Row counts for large tables cause temporary hang

2004-04-28 Thread Dave Page
Hi Mark, > -Original Message- > From: Mark Kirkwood [mailto:[EMAIL PROTECTED] > Sent: 28 April 2004 08:00 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] Row counts for large tables cause > temporary hang > > Dear list, > > Just recently downloaded Pgadmin III 1.0.2 for win32, a

[pgadmin-hackers] Row counts for large tables cause temporary hang

2004-04-28 Thread Mark Kirkwood
Dear list, Just recently downloaded Pgadmin III 1.0.2 for win32, and am using it against (native) win32 Pg 7.5dev (to get a nicer client interface) - I am very impressed with Pgadmin, it rocks! The only gripe I have is the seemingly automatic count on tables as they are clicked on - this hangs