View Single Post

   
  #29 (permalink)  
Old 04-12-2008, 05:28 AM
Tom Lane
 
Posts: n/a
Default Re: Ding-dong, contrib is dead ...

Abhijit Menon-Sen <ams@oryx.com> writes:
> Fine with me. Two questions:


> - Where would the code live, if it were in core?


New file under utils/adt/ probably ... it's not a new datatype exactly,
but that's the default place for new SQL-visible functions.

> - Shall I hack up the API you suggested in your earlier message?


I'm not wedded to any part of that proposal, but I haven't seen any
objections or better ideas yet ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote