projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17aae41
)
Update tsearch include location in example.
author
Bruce Momjian
Fri, 14 Sep 2007 13:21:30 +0000
(13:21 +0000)
committer
Bruce Momjian
Fri, 14 Sep 2007 13:21:30 +0000
(13:21 +0000)
Oleg.
doc/src/sgml/textsearch.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/textsearch.sgml
b/doc/src/sgml/textsearch.sgml
index 72da3aae259f1414d84e175844a2ba58cfd4e46e..e199de642a28954068fefef43c50167c46f8c432 100644
(file)
--- a/
doc/src/sgml/textsearch.sgml
+++ b/
doc/src/sgml/textsearch.sgml
@@
-1,4
+1,4
@@
-
+
Full Text Search
@@
-2491,9
+2491,9
@@
$ psql DBNAME < dict_intdict.sql
PG_MODULE_MAGIC;
#endif
-#include "
utils
/ts_locale.h"
-#include "
utils
/ts_public.h"
-#include "
utils
/ts_utils.h"
+#include "
tsearch
/ts_locale.h"
+#include "
tsearch
/ts_public.h"
+#include "
tsearch
/ts_utils.h"
typedef struct {
int maxlen;