File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 45
45
<para>
46
46
Each line represents pair: character_with_accent character_without_accent
47
47
<programlisting>
48
- À A
49
- Á A
50
- Â A
51
- Ã A
52
- Ä A
53
- Å A
54
- Æ A
48
+ À A
49
+ Á A
50
+ Â A
51
+ Ã A
52
+ Ä A
53
+ Å A
54
+ Æ A
55
55
</programlisting>
56
56
</para>
57
57
</listitem>
97
97
<programlisting>
98
98
=# CREATE TEXT SEARCH CONFIGURATION fr ( COPY = french );
99
99
=# ALTER TEXT SEARCH CONFIGURATION fr
100
- ALTER MAPPING FOR hword, hword_part, word
101
- WITH unaccent, french_stem;
100
+ ALTER MAPPING FOR hword, hword_part, word
4A4A
code>
101
+ WITH unaccent, french_stem;
102
102
=# select to_tsvector('fr','Hôtels de la Mer');
103
103
to_tsvector
104
104
-------------------
You can’t perform that action at this time.
0 commit comments