10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e407062 commit 399cc98Copy full SHA for 399cc98
README.md
@@ -4,6 +4,8 @@
4
5
The **pg_tsparser** module is the modified default text search parser from
6
PostgreSQL 9.6.
7
+The difference between **tsparser** and **default** parsers is that **tsparser**
8
+gives also unbroken words by underscore character.
9
10
## License
11
@@ -41,10 +43,7 @@ ALTER TEXT SEARCH CONFIGURATION english_ts
41
43
42
44
## Examples
45
-The difference between **tsparser** and **default** parsers is that **tsparser**
-gives also unbroken words by underscore character.
46
-
47
-For example:
+Example of difference between **tsparser** and **default**:
48
49
```sql
50
SELECT to_tsvector('english_ts', 'pg_trgm');
0 commit comments