Re: [GENERAL] Re: C function returning rows, was Boolean text, with phrase ranking, search under Postgres

2000-10-17 Thread Mitch Vincent
> Edmar Wiggers wrote: > > > > I too am interested in full text indexing under PostgreSQL. > > As I have described it, does it sound like something you would use? It > is designed more like a search engine. It will do a full text / boolean > search with phrase ranking in about 10~40 ms depending o

Re: [GENERAL] Re: c function

2000-09-22 Thread Richard Harvey Chapman
On Fri, 22 Sep 2000, K Parker wrote: > > Question: Why isn't 12 printed after the second SELECT statement? > > It's the well-known (?) problem that if any function parameter is > NULL, they are all set to NULL. IIRC someone is working on fixing > this... a big thanks to you and Tom for the up