10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17aae41 commit ae36e0dCopy full SHA for ae36e0d
doc/src/sgml/textsearch.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.16 2007/09/04 03:46:36 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.17 2007/09/14 13:21:30 momjian Exp $ -->
2
3
<chapter id="textsearch">
4
<title id="textsearch-title">Full Text Search</title>
@@ -2491,9 +2491,9 @@ $ psql DBNAME < dict_intdict.sql
2491
PG_MODULE_MAGIC;
2492
#endif
2493
2494
-#include "utils/ts_locale.h"
2495
-#include "utils/ts_public.h"
2496
-#include "utils/ts_utils.h"
+#include "tsearch/ts_locale.h"
+#include "tsearch/ts_public.h"
+#include "tsearch/ts_utils.h"
2497
2498
typedef struct {
2499
int maxlen;
0 commit comments