Re: tsearch2 documentation done

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tsearch2 documentation done
Date: 2007-09-14 04:44:13
Message-ID: Pine.LNX.4.64.0709140841510.2767@sn.sai.msu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 13 Sep 2007, Bruce Momjian wrote:

> I am now satisified with the tsearch2 documentation in SGML and have
> marked the item as complete for 8.3.

what's about examples ? They certainly need updating.
For example, http://momjian.us/main/writings/pgsql/sgml/textsearch-rule-dictionary-example.html
need to change

#include "utils/ts_locale.h"
#include "utils/ts_public.h"
#include "utils/ts_utils.h"

to

#include "tsearch/ts_locale.h"
#include "tsearch/ts_public.h"
#include "tsearch/ts_utils.h"

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-09-14 04:52:56 Re: tsearch2 documentation done
Previous Message Tom Lane 2007-09-14 04:31:35 Re: RETURNING and DO INSTEAD ... Intentional or not?