Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 399cc98

Browse files
author
Artur Zakirov
committed
Fix README
1 parent e407062 commit 399cc98

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
The **pg_tsparser** module is the modified default text search parser from
66
PostgreSQL 9.6.
7+
The difference between **tsparser** and **default** parsers is that **tsparser**
8+
gives also unbroken words by underscore character.
79

810
## License
911

@@ -41,10 +43,7 @@ ALTER TEXT SEARCH CONFIGURATION english_ts
4143

4244
## Examples
4345

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**:
4847

4948
```sql
5049
SELECT to_tsvector('english_ts', 'pg_trgm');

0 commit comments

Comments
 (0)