diff options
| author | Tom Lane | 2008-05-16 17:26:07 +0000 |
|---|---|---|
| committer | Tom Lane | 2008-05-16 17:26:07 +0000 |
| commit | 8461ab5ab164cdcec9a294ca99133e3913926500 (patch) | |
| tree | 9c1423c18f520669791077e5597bc9673945864a /contrib/test_parser | |
| parent | 9263d86f59b7676e388785824ee5945a91b855ed (diff) | |
Update contrib for tsearch changes.
Diffstat (limited to 'contrib/test_parser')
| -rw-r--r-- | contrib/test_parser/expected/test_parser.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_parser/expected/test_parser.out b/contrib/test_parser/expected/test_parser.out index ec4e3b2bb4e..600086c4ae7 100644 --- a/contrib/test_parser/expected/test_parser.out +++ b/contrib/test_parser/expected/test_parser.out @@ -32,7 +32,7 @@ SELECT * FROM ts_parse('testparser', 'That''s simple parser can''t parse urls li SELECT to_tsvector('testcfg','That''s my first own parser'); to_tsvector ------------------------------------------------- - 'my':2 'own':4 'first':3 'parser':5 'that''s':1 + 'first':3 'my':2 'own':4 'parser':5 'that''s':1 (1 row) SELECT to_tsquery('testcfg', 'star'); |
