Oleg Bartunov <[EMAIL PROTECTED]> writes: > We have a problem with > handling NULL values in GiST. Any thought how NULL values > are handle in Rtree. AFAIR, none of the index access methods except btree handle NULLs at all --- they just ignore NULL values and don't store them in the index. Feel free to improve on that ;-). The physical representation of index tuples can handle NULLs, the problem is teaching the index logic where they should go in the index. regards, tom lane
- Re: [HACKERS] 7.1 features list Peter Bierman
- Re: [DOCS] Re: [HACKERS] 7.1 features list Tom Lane
- Re: [DOCS] Re: [HACKERS] 7.1 features l... The Hermit Hacker
- [HACKERS] Who is a maintainer of GiST code ? Oleg Bartunov
- Re: [HACKERS] Who is a maintainer of GiST code ? Tom Lane
- Re: [HACKERS] Who is a maintainer of GiST code ... Bruce Momjian
- Re: [HACKERS] Who is a maintainer of GiST c... Tom Lane
- Re: [HACKERS] Who is a maintainer of Gi... Christopher Masto
- Re: [HACKERS] Who is a maintainer ... Oleg Bartunov
- Re: [HACKERS] Who is a maintainer of GiST c... Oleg Bartunov
- Re: [HACKERS] Who is a maintainer of Gi... Tom Lane
- Re: [HACKERS] Who is a maintainer ... Hannu Krosing
- Re: [HACKERS] Who is a maintainer ... Tom Lane
- Re: [HACKERS] Who is a maintainer ... Oleg Bartunov
- Re: [HACKERS] Who is a maintainer ... Tom Lane
- Re: [HACKERS] Who is a maintainer ... Oleg Bartunov
- Re: [HACKERS] Who is a maintainer ... Tom Lane
- Re: [HACKERS] Who is a maintainer ... Thomas Lockhart
- Re: [HACKERS] Who is a maintainer ... Hannu Krosing
- Re: [HACKERS] Who is a maintainer ... Oleg Bartunov
- Re: [HACKERS] Who is a maintainer ... Hannu Krosing