Re: [SQLObject] DataBaseIndex with USING

2011-04-13 Thread Gregor Horvath
Hello, Am Wed, 13 Apr 2011 14:04:47 +0400 schrieb Oleg Broytman : > On Thu, Apr 07, 2011 at 01:53:14PM +0200, Gregor Horvath wrote: > > Is such a patch welcomed? > >Certainly. Thank you in advance! > OK I'll make it together with the next re factoring of my app. All the best to your mom!

Re: [SQLObject] DataBaseIndex with USING

2011-04-13 Thread Oleg Broytman
Hello! Sorry for the later answer. On Thu, Apr 07, 2011 at 01:53:14PM +0200, Gregor Horvath wrote: > it doesn't seem to be possible to define an index like this: > > CREATE INDEX location_trgm_idx ON location USING gist (address > gist_trgm_ops); > > http://www.postgresql.org/docs/current/stat

[SQLObject] DataBaseIndex with USING

2011-04-07 Thread Gregor Horvath
Hi, it doesn't seem to be possible to define an index like this: CREATE INDEX location_trgm_idx ON location USING gist (address gist_trgm_ops); http://www.postgresql.org/docs/current/static/pgtrgm.html After a quick look at index.py it should be possible to patch it to accept a new parameter