Skip to content

Commit e211470

Browse files
committed
Change a couple of examples to say ALTER MAPPING instead of ADD MAPPING,
per Oleg.
1 parent cede249 commit e211470

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy