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

Commite211470

Browse files
committed
Change a couple of examples to say ALTER MAPPING instead of ADD MAPPING,
per Oleg.
1 parentcede249 commite211470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/textsearch.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.39 2007/11/28 15:42:31 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.40 2007/12/13 06:32:47 tgl Exp $ -->
22

33
<chapter id="textsearch">
44
<title id="textsearch-title">Full Text Search</title>
@@ -2376,7 +2376,7 @@ CREATE TEXT SEARCH DICTIONARY thesaurus_simple (
23762376

23772377
<programlisting>
23782378
ALTER TEXT SEARCH CONFIGURATION russian
2379-
ADD MAPPING FOR asciiword, asciihword, hword_asciipart WITH thesaurus_simple;
2379+
ALTER MAPPING FOR asciiword, asciihword, hword_asciipart WITH thesaurus_simple;
23802380
</programlisting>
23812381
</para>
23822382

@@ -2405,7 +2405,7 @@ CREATE TEXT SEARCH DICTIONARY thesaurus_astro (
24052405
);
24062406

24072407
ALTER TEXT SEARCH CONFIGURATION russian
2408-
ADD MAPPING FOR asciiword, asciihword, hword_asciipart WITH thesaurus_astro, english_stem;
2408+
ALTER MAPPING FOR asciiword, asciihword, hword_asciipart WITH thesaurus_astro, english_stem;
24092409
</programlisting>
24102410

24112411
Now we can see how it works.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp