Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae36e0d

Browse filesBrowse files
committed
Update tsearch include location in example.
Oleg.
1 parent 17aae41 commit ae36e0d
Copy full SHA for ae36e0d

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎doc/src/sgml/textsearch.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/textsearch.sgml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.16 2007/09/04 03:46:36 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.17 2007/09/14 13:21:30 momjian Exp $ -->
22

33
<chapter id="textsearch">
44
<title id="textsearch-title">Full Text Search</title>
@@ -2491,9 +2491,9 @@ $ psql DBNAME < dict_intdict.sql
24912491
PG_MODULE_MAGIC;
24922492
#endif
24932493

2494-
#include "utils/ts_locale.h"
2495-
#include "utils/ts_public.h"
2496-
#include "utils/ts_utils.h"
2494+
#include "tsearch/ts_locale.h"
2495+
#include "tsearch/ts_public.h"
2496+
#include "tsearch/ts_utils.h"
24972497

24982498
typedef struct {
24992499
int maxlen;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.