|
4 | 4 |
|
5 | 5 | The**pg_tsparser** module is the modified default text search parser from |
6 | 6 | PostgreSQL 9.6. |
| 7 | +The difference between**tsparser** and**default** parsers is that**tsparser** |
| 8 | +gives also unbroken words by underscore character. |
7 | 9 |
|
8 | 10 | ##License |
9 | 11 |
|
@@ -41,10 +43,7 @@ ALTER TEXT SEARCH CONFIGURATION english_ts |
41 | 43 |
|
42 | 44 | ##Examples |
43 | 45 |
|
44 | | -The difference between**tsparser** and**default** parsers is that**tsparser** |
45 | | -gives also unbroken words by underscore character. |
46 | | - |
47 | | -For example: |
| 46 | +Example of difference between**tsparser** and**default**: |
48 | 47 |
|
49 | 48 | ```sql |
50 | 49 | SELECT to_tsvector('english_ts','pg_trgm'); |
|