Skip to content
Snippets Groups Projects
Commit 17108008 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Remove tabs from SGML.

parent e59686f0
Branches
Tags
No related merge requests found
......@@ -45,13 +45,13 @@
<para>
Each line represents pair: character_with_accent character_without_accent
<programlisting>
&Agrave; A
&Aacute; A
&Acirc; A
&Atilde; A
&Auml; A
&Aring; A
&AElig; A
&Agrave; A
&Aacute; A
&Acirc; A
&Atilde; A
&Auml; A
&Aring; A
&AElig; 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
-------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment