Re: [GENERAL] Emacs and postgres

2005-02-23 Thread Joe Healy
Sean Davis wrote: This is a bit off-topic Does anyone know of an interface between emacs and psql? I currently use it as my default editor and do my share of save and then \i. I just gave pgEdit a try and liked many aspects of it, but I still like Emacs as an editor and wondered if anyone

Re: [GENERAL] Emacs and postgres

2005-02-23 Thread Joe Healy
Joe Healy wrote: Sean Davis wrote: This is a bit off-topic Does anyone know of an interface between emacs and psql? I currently use it as my default editor and do my share of save and then \i. I just gave pgEdit a try and liked many aspects of it, but I still like Emacs as an editor and

Re: [GENERAL] Migrating MySQL app to postgres?

2005-04-25 Thread Joe Healy
Hi Rich, Guess now's the time. I'm trying to find a copy of pygresql to use, but it's not easy (www.pygresql.org leads to druid.net and there's nothing on the page about pygresql). I'm learning python to use on a major project here (but the core libraries will remain in C) so I'd like to use th

[GENERAL] gborg down

2005-07-14 Thread Joe Healy
Hi apache test page is showing at 2005-07-15 09:00 AEST. Joe. ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [GENERAL] How to force planner to use GiST index?

2007-03-07 Thread Joe Healy
[EMAIL PROTECTED] wrote: Hi, I have a GiST index on st_geometry type (a user defined type). It looks like index is not getting hit when I use some geometric operator. Here is the example of st_contains operator. How can I force or direct the planner to use the GiST index? Am I missing some

Re: [GENERAL] psql is slow and it does not take much resources

2006-05-03 Thread Joe Healy
Javier de la Torre wrote: Great! Then there will be no problems. I would use COPY but I think I can not. While moving from MySQL to PostgreSQL I am also transforming a pair of fields, latitude, longitude, into a geometry field, POINT, that is understood for Potgis. I though I will not be able to