Re: [pgadmin-hackers] CVS Build on FreeBSD 4.9

2004-05-10 Thread Mark Kirkwood
Excellent ! - many thanks from all the 4.9 users - (I know they are out there) Hiroshi Saito wrote: Hi ALL. Done.! http://developer.pgadmin.org/snapshots/freeBSD/4.9/ Later, the make method which libw was used for will be making. ---(end of broadcast)-

Re: [pgadmin-hackers] CVS Build on FreeBSD 4.9

2004-05-07 Thread Mark Kirkwood
Hiroshi Saito wrote: Then, it was led to a success.! http://cre-ent.skcapi.co.jp/~saito/pgadmin3/FreeBSD4.9/FreeBSD4.9_sample1.jpg http://cre-ent.skcapi.co.jp/~saito/pgadmin3/FreeBSD4.9/FreeBSD4.9_sample2.jpg http://cre-ent.skcapi.co.jp/~saito/pgadmin3/FreeBSD4.9/FreeBSD4.9_sample3.jpg Very

Re: [pgadmin-hackers] CVS Build on FreeBSD 4.9

2004-05-05 Thread Mark Kirkwood
Hiroshi Saito wrote: However, the environment could be used only by single-byte by the reason which is gtk2 and which is referred to as not carrying out unicode correspondence. No, unicode is ok by me - If I really need it I will upgrade to Freebsd 5.x, but for now I want to stay with 4.9 (a

[pgadmin-hackers] CVS Build on FreeBSD 4.9

2004-04-30 Thread Mark Kirkwood
I managed to build from CVS HEAD today on FreeBSD 4.9 RELEASE, and encountered a number of things that I thought would be worth noting : Firstly, the versions of key software: gcc 2.95.4, autoconf 2.59 i) building wxwindows $ ./configure --prefix=/usr/local/wxwindows --disable-shared --enable-

Re: [pgadmin-hackers] CVS Build on FreeBSD 4.9

2004-05-01 Thread Mark Kirkwood
I decided to do a fresh checkout and go through the process again - just to check I had not missed something important. I had, bootstrap is failing at the automake step (I think I previously ran autoconf and continued on oops). Looks like I need to update automake ... $ sh ./bootstrap + [ -

Re: [pgadmin-hackers] CVS Build on FreeBSD 4.9

2004-05-01 Thread Mark Kirkwood
Using automake 1.8.4 results in a bootstrap working, and fixes the installation ui files issue. regards Mark After make + make install it started but aborts after not finding various file in ui. I cured this with: $ cd src; cp -r ui /usr/local/pgadmin3/share ---(end o

[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

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 Mark Kirkwood
ctly (maybe a 7,5 thing - tho the datatype of pg_class is the same in 7.4). Any ideas? I will try the same test on my home system (Freebsd 4.9) with Pg 7.4 (assuming I can get pgadmin to build on 4.9...) regards Mark ) Mark Kirkwood wrote: Oops...missed that one (and it's in an obvious place t

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

2004-04-29 Thread Mark Kirkwood
Andreas Pflug wrote: Mark Kirkwood wrote: 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