mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Remove tabs from SGML.
This commit is contained in:
parent
e59686f029
commit
1710800813
@ -45,13 +45,13 @@
|
||||
<para>
|
||||
Each line represents pair: character_with_accent character_without_accent
|
||||
<programlisting>
|
||||
À A
|
||||
Á A
|
||||
 A
|
||||
à A
|
||||
Ä A
|
||||
Å A
|
||||
Æ A
|
||||
À A
|
||||
Á A
|
||||
 A
|
||||
à A
|
||||
Ä A
|
||||
Å A
|
||||
Æ A
|
||||
</programlisting>
|
||||
</para>
|
||||
</listitem>
|
||||
@ -97,8 +97,8 @@
|
||||
<programlisting>
|
||||
=# CREATE TEXT SEARCH CONFIGURATION fr ( COPY = french );
|
||||
=# ALTER TEXT SEARCH CONFIGURATION fr
|
||||
ALTER MAPPING FOR hword, hword_part, word
|
||||
WITH unaccent, french_stem;
|
||||
ALTER MAPPING FOR hword, hword_part, word
|
||||
WITH unaccent, french_stem;
|
||||
=# select to_tsvector('fr','Hôtels de la Mer');
|
||||
to_tsvector
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user