Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitae36e0d

Browse files
committed
Update tsearch include location in example.
Oleg.
1 parent17aae41 commitae36e0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/textsearch.sgml

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp