| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: tsearch2 documentation done |
| Date: | 2007-09-14 13:21:35 |
| Message-ID: | 200709141321.l8EDLZO20882@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Oleg Bartunov wrote:
> 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"
Updated. Thanks.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-09-14 13:22:13 | Re: tsearch2 documentation done |
| Previous Message | Markus Schiltknecht | 2007-09-14 09:38:23 | Re: terms for database replication: synchronous vs eager |