Re: [PATCHES] tsearch limitations doc correction

2007-10-10 Thread Neil Conway
On Tue, 2007-10-09 at 19:31 +0100, Heikki Linnakangas wrote:
[...]

Applied, thanks.

-Neil



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


[PATCHES] tsearch limitations doc correction

2007-10-09 Thread Heikki Linnakangas
diff -c -r1.17 textsearch.sgml
*** doc/src/sgml/textsearch.sgml14 Sep 2007 13:21:30 -  1.17
--- doc/src/sgml/textsearch.sgml9 Oct 2007 18:28:51 -
***
*** 2053,2059 
   The number of lexemes must be less than
264  
  
  
!  Positional information must be non-negative and less than
16,383  
  
  
   No more than 256 positions per lexeme  
--- 2053,2059 
   The number of lexemes must be less than
264  
  
  
!  Positional information must be greater than 0 and less than
16,384
  
  
   No more than 256 positions per lexeme  


-- 
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings