Re: [GENERAL] Graphical representation of query plans

2009-06-23 Thread Dragan Sahpaski
Viktor Rosenfeld wrote: Thank you, this does indeed look very nice. I would still be interested in alternatives, though. Specifically, I want to be able to quickly see the cost of query subplans รก la http://explain-analyze.info. A tool that outputs a dot file or something which I can furthe

[GENERAL] 8.4 RC1 on ubuntu 9.04 jaunty, problems after install

2009-06-24 Thread Dragan Sahpaski
Hello List, I tried installing postgreSql 8.4 RC1 on ubuntu 9.04 - jaunty, with the postgres 8.4 RC1one click installer provided by EnterpriseDB as it says in the download page on the postgres site. The instalation goes fine and the DB looks fine, but after the first reboot, the current theme

Re: [GENERAL] 8.4 RC1 on ubuntu 9.04 jaunty, problems after install

2009-06-24 Thread Dragan Sahpaski
Dave Page wrote: On Wed, Jun 24, 2009 at 6:49 PM, Jorge Vidal - Disytel wrote: I have compiled --manually-- Postgres 8.4 RC1 on KUbuntu 9.04 without any problem. Maybe the problem is with the libs that the installer uses... It is. There's a libuuid.so somewhere it shouldn't be. If you

Re: [GENERAL] 8.4 RC1 on ubuntu 9.04 jaunty, problems after install

2009-06-24 Thread Dragan Sahpaski
Dragan Sahpaski wrote: Dave Page wrote: On Wed, Jun 24, 2009 at 6:49 PM, Jorge Vidal - Disytel wrote: I have compiled --manually-- Postgres 8.4 RC1 on KUbuntu 9.04 without any problem. Maybe the problem is with the libs that the installer uses... It is. There's a libuu