diff options
author | Tom Lane | 2010-08-25 21:42:55 +0000 |
---|---|---|
committer | Tom Lane | 2010-08-25 21:42:55 +0000 |
commit | 9389ac8928866eb4ab19b2f3892531e798e34f24 (patch) | |
tree | c2dccdc27600682949e47fefcea0c2d96afbd6f0 /doc/src/sgml/unaccent.sgml | |
parent | acac35adca6e039e2288c5253079b128c1742b5e (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 6c73c3f2986..135fcdb6dc6 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.6 2010/08/25 02:12:00 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/unaccent.sgml,v 1.7 2010/08/25 21:42:55 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'); |