diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-25 21:43:01 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-25 21:43:01 +0000 |
| commit | 6a167730e34f9658dd256deacb1f7965dca5178c (patch) | |
| tree | bc47d3a01126c5f763eeb7ba9a33bc7099698f39 /doc/src/sgml/unaccent.sgml | |
| parent | b5cf172d2cb7daf930d43aba91897e0b1ae57ee0 (diff) | |
Document filtering dictionaries in textsearch.sgml.
While at it, copy-edit the description of prefix-match marker support in
synonym dictionaries, and clarify the description of the default unaccent
dictionary a bit more.
Diffstat (limited to 'doc/src/sgml/unaccent.sgml')
| -rw-r--r-- | doc/src/sgml/unaccent.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/unaccent.sgml b/doc/src/sgml/unaccent.sgml index 942e5ed4d17..4dfd0039e29 100644 --- a/doc/src/sgml/unaccent.sgml +++ b/doc/src/sgml/unaccent.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/unaccent.sgml,v 1.3.6.3 2010/08/25 02:12:11 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/unaccent.sgml,v 1.3.6.4 2010/08/25 21:43:01 tgl Exp $ --> <sect1 id="unaccent"> <title>unaccent</title> @@ -75,8 +75,10 @@ <para> Running the installation script <filename>unaccent.sql</> creates a text search template <literal>unaccent</> and a dictionary <literal>unaccent</> - based on it, with default parameters. You can alter the - parameters, for example + based on it. The <literal>unaccent</> dictionary has the default + parameter setting <literal>RULES='unaccent'</>, which makes it immediately + usable with the standard <filename>unaccent.rules</> file. + If you wish, you can alter the parameter, for example <programlisting> mydb=# ALTER TEXT SEARCH DICTIONARY unaccent (RULES='my_rules'); |
