[ADMIN] "Man pages" for embedded postgresql functions ?

2001-03-24 Thread Richard Bayet
Hi, I tried to find in the documentation the "advanced" postgresql functions, as "texticregexeq" (I'm currently trying to build a search engine for my web sites), but I couldn't find anything seeming to list all these functions, their behaviour and their use... They seems to be pretty powerful,

Re: [ADMIN] "Man pages" for embedded postgresql functions ?

2001-03-24 Thread Peter Eisentraut
Richard Bayet writes: > I tried to find in the documentation the "advanced" postgresql > functions, as "texticregexeq" (I'm currently trying to build a search > engine for my web sites), but I couldn't find anything seeming to list > all these functions, their behaviour and their use... All user

[ADMIN] Re: "Man pages" for embedded postgresql functions ?

2001-03-24 Thread Richard Bayet
Peter Eisentraut a écrit : > > \df in psql shows a lot more functions, but most of these have semi- (or > fully) internal purposes. For example, the "texticregexeq" function is > the internal function that implements the '~*' regular expression matching > operator. > Ok, so that's why I didn'