8000 Remove tabs from SGML. · postgrespro/postgres_cluster@1710800 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1710800

Browse files
committed
Remove tabs from SGML.
1 parent e59686f commit 1710800
< 8000 div class="prc-PageLayout-HorizontalDivider-CYLp5 prc-PageLayout-PaneHorizontalDivider-4exOb" data-variant="none" data-position="start" style="--spacing-divider:var(--spacing-none);--spacing:var(--spacing-none)">

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/src/sgml/unaccent.sgml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<para>
4646
Each line represents pair: character_with_accent character_without_accent
4747
<programlisting>
48-
&Agrave; A
49-
&Aacute; A
50-
&Acirc; A
51-
&Atilde; A
52-
&Auml; A
53-
&Aring; A
54-
&AElig; A
48+
&Agrave; A
49+
&Aacute; A
50+
&Acirc; A
51+
&Atilde; A
52+
&Auml; A
53+
&Aring; A
54+
&AElig; A
5555
</programlisting>
5656
</para>
5757
</listitem>
@@ -97,8 +97,8 @@
9797
<programlisting>
9898
=# CREATE TEXT SEARCH CONFIGURATION fr ( COPY = french );
9999
=# 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
101+
WITH unaccent, french_stem;
102102
=# select to_tsvector('fr','Hôtels de la Mer');
103103
to_tsvector
104104
-------------------

0 commit comments

Comments
 (0)
0