Re: [GENERAL] Visualize GiST Index

2010-09-28 Thread paolo
I firstly tried to "solve" the problem deleting the second parameter from all the calls to the stringToQualifiedNameList function, I wouldn't expect it, but it worked out, of course it was not the most elegant way. Oleg Bartunov wrote: > > Get gevel from cvs, address is on http://www.sai.ms

Re: [GENERAL] Visualize GiST Index

2010-09-27 Thread Dimitri Fontaine
Oleg Bartunov writes: > We never expected gevel will be used by users :-) It's very very useful when developing custom GiST indexes! -- dim -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-gene

Re: [GENERAL] Visualize GiST Index

2010-09-27 Thread Oleg Bartunov
Get gevel from cvs, address is on http://www.sai.msu.su/~megera/wiki/Gevel btw, have you seen http://www.sai.msu.su/~megera/wiki/Rtree_Index ? Oleg On Mon, 27 Sep 2010, paolo wrote: Hi all, we are making some experiments with postgresql and postgis. We need to visualize R-trees and are tryin

Re: [GENERAL] Visualize GiST Index

2010-09-27 Thread paolo
Hi all, we are making some experiments with postgresql and postgis. We need to visualize R-trees and are trying to use GiST and gevel. During the installation phase of gevel we had the following output: sed 's,MODULE_PATHNAME,$libdir/gevel,g' gevel.sql.in >gevel.sql gcc -no-cpp-precomp -O2 -Wall

Re: [GENERAL] Visualize GiST Index

2010-09-27 Thread paolo
Hi all, we are making some experiments with postgresql and postgis. We need to visualize R-trees and are trying to use GiST and gevel. During the installation phase of gevel we had the following output: sed 's,MODULE_PATHNAME,$libdir/gevel,g' gevel.sql.in >gevel.sql gcc -no-cpp-precomp -O2 -Wall

Re: [GENERAL] Visualize GiST Index

2010-09-26 Thread Oleg Bartunov
We never expected gevel will be used by users :-) We'll fix. Oleg On Thu, 23 Sep 2010, Tom Lane wrote: Andrew Hunter writes: Here is the content of the gevel Makefile subdir = contrib/gevel top_builddir = ../.. include $(top_builddir)/src/Makefile.global MODULES = gevel DATA_built = ge

Re: [GENERAL] Visualize GiST Index

2010-09-23 Thread Andrew Hunter
Hi Tom, Thanks very much for your assistance, your suggestion worked a treat. I have updated the gevel people. Regards Andrew On 2010-09-23, at 2:05 PM, Tom Lane wrote: > Andrew Hunter writes: >> Here is the content of the gevel Makefile > >> subdir = contrib/gevel >> top_builddir = ../..

Re: [GENERAL] Visualize GiST Index

2010-09-23 Thread Tom Lane
Andrew Hunter writes: > Here is the content of the gevel Makefile > subdir = contrib/gevel > top_builddir = ../.. > include $(top_builddir)/src/Makefile.global > MODULES = gevel > DATA_built = gevel.sql > DOCS = README.gevel > REGRESS = gevel > include $(top_srcdir)/contrib/contrib-global.mk O

Re: [GENERAL] Visualize GiST Index

2010-09-23 Thread Andrew Hunter
On 2010-09-23, at 10:27 AM, Tom Lane wrote: > Andrew Hunter writes: >> On 2010-09-22, at 9:56 PM, Tom Lane wrote: >>> Andrew Hunter writes: I have been trying to install the Gevel module but am getting an error when running make on the gevel files download. The error is: /co

Re: [GENERAL] Visualize GiST Index

2010-09-23 Thread Tom Lane
Andrew Hunter writes: > On 2010-09-22, at 9:56 PM, Tom Lane wrote: >> Andrew Hunter writes: >>> I have been trying to install the Gevel module but am getting an error when >>> running make on the gevel files download. >>> The error is: >>> /contrib/contrib-global.mk: No such file or directory. >

Re: [GENERAL] Visualize GiST Index

2010-09-22 Thread Andrew Hunter
On 2010-09-22, at 9:56 PM, Tom Lane wrote: > Andrew Hunter writes: >> I have been trying to install the Gevel module but am getting an error when >> running make on the gevel files download. >> The error is: > >> /contrib/contrib-global.mk: No such file or directory. > >> I have also tried US

Re: [GENERAL] Visualize GiST Index

2010-09-22 Thread Tom Lane
Andrew Hunter writes: > I have been trying to install the Gevel module but am getting an error when > running make on the gevel files download. > The error is: > /contrib/contrib-global.mk: No such file or directory. > I have also tried USE_PGXS=1 make, but get the same result. I am unable to

[GENERAL] Visualize GiST Index

2010-09-21 Thread Andrew Hunter
I have been trying to install the Gevel module but am getting an error when running make on the gevel files download. The error is: /contrib/contrib-global.mk: No such file or directory. I have also tried USE_PGXS=1 make, but get the same result. I am unable to find contrib-global.mk. I have