Commit 17108008 authored by Bruce Momjian's avatar Bruce Momjian

Remove tabs from SGML.

parent e59686f0
...@@ -45,13 +45,13 @@ ...@@ -45,13 +45,13 @@
<para> <para>
Each line represents pair: character_with_accent character_without_accent Each line represents pair: character_with_accent character_without_accent
<programlisting> <programlisting>
&Agrave; A &Agrave; A
&Aacute; A &Aacute; A
&Acirc; A &Acirc; A
&Atilde; A &Atilde; A
&Auml; A &Auml; A
&Aring; A &Aring; A
&AElig; A &AElig; A
</programlisting> </programlisting>
</para> </para>
</listitem> </listitem>
...@@ -97,8 +97,8 @@ ...@@ -97,8 +97,8 @@
<programlisting> <programlisting>
=# CREATE TEXT SEARCH CONFIGURATION fr ( COPY = french ); =# CREATE TEXT SEARCH CONFIGURATION fr ( COPY = french );
=# ALTER TEXT SEARCH CONFIGURATION fr =# ALTER TEXT SEARCH CONFIGURATION fr
ALTER MAPPING FOR hword, hword_part, word ALTER MAPPING FOR hword, hword_part, word
WITH unaccent, french_stem; WITH unaccent, french_stem;
=# select to_tsvector('fr','Hôtels de la Mer'); =# select to_tsvector('fr','Hôtels de la Mer');
to_tsvector to_tsvector
------------------- -------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment