Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
17108008
Commit
17108008
authored
15 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Remove tabs from SGML.
parent
e59686f0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/unaccent.sgml
+9
-9
9 additions, 9 deletions
doc/src/sgml/unaccent.sgml
with
9 additions
and
9 deletions
doc/src/sgml/unaccent.sgml
+
9
−
9
View file @
17108008
...
@@ -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>
À
A
À
A
Á
A
Á
A
Â
A
Â
A
Ã
A
Ã
A
Ä
A
Ä
A
Å
A
Å
A
Æ
A
Æ
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
-------------------
-------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment