|
1 | 1 | <sect1 id="pg-tsparser">
|
2 | 2 | <title>pg_tsparser</title>
|
3 | 3 | <para>
|
4 |
| - The <filename>pg_tsparser</filename> is aPostgres Pro extension that |
| 4 | + The <filename>pg_tsparser</filename> is a<productname>&productname;</productname> extension that |
5 | 5 | modifies the default text search parser. In addition to the default
|
6 | 6 | search results, this extension also returns a single word in the
|
7 | 7 | following cases:
|
|
22 | 22 | <sect2 id="pg-tsparser-install">
|
23 | 23 | <title>Installation and Setup</title>
|
24 | 24 | <para>
|
25 |
| - The <filename>pg_tsparser</filename> extension is included into the |
26 |
| - Postgres Pro. To enable <filename>pg_tsparser</filename>, |
| 25 | + <filename>pg_tsparser</filename> is included into the <productname>&productname;</productname> |
| 26 | + distribution. To enable <filename>pg_tsparser</filename>, once |
| 27 | + <productname>&productname;</productname> is installed, |
27 | 28 | create the <filename>pg_tsparser</filename> extension for each
|
28 | 29 | database you are planning to use:
|
29 | 30 | </para>
|
|