[HACKERS] text search function renaming

2007-08-29 Thread Oleg Bartunov

Hi there,

I notice, that not all functions were renamed, for example,

strip(), setweight(), numnode()

Is this intentional ?

Regards,
Oleg
_
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: [EMAIL PROTECTED], http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

---(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


Re: [HACKERS] text search function renaming

2007-08-29 Thread Tom Lane
Oleg Bartunov [EMAIL PROTECTED] writes:
 I notice, that not all functions were renamed, for example,
 strip(), setweight(), numnode()
 Is this intentional ?

Yeah, I thought those were OK as-is, since they only apply to
tsearch-specific data types.

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