mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
Fix a regression test that fails if default_text_search_config isn't
'english'.
This commit is contained in:
parent
05a381add9
commit
689d02a2e9
@ -392,7 +392,7 @@ SELECT length(to_tsvector('english', '345 qwe@efd.r '' http://www.com/ http://ae
|
||||
(1 row)
|
||||
|
||||
-- ts_debug
|
||||
SELECT * from ts_debug('<myns:foo-bar_baz.blurfl>abc&nm1;def©ghiõjkl</myns:foo-bar_baz.blurfl>');
|
||||
SELECT * from ts_debug('english', '<myns:foo-bar_baz.blurfl>abc&nm1;def©ghiõjkl</myns:foo-bar_baz.blurfl>');
|
||||
alias | description | token | dictionaries | dictionary | lexemes
|
||||
-----------+-----------------+----------------------------+----------------+--------------+---------
|
||||
tag | XML tag | <myns:foo-bar_baz.blurfl> | {} | |
|
||||
|
@ -100,7 +100,7 @@ SELECT length(to_tsvector('english', '345 qwe@efd.r '' http://www.com/ http://ae
|
||||
|
||||
-- ts_debug
|
||||
|
||||
SELECT * from ts_debug('<myns:foo-bar_baz.blurfl>abc&nm1;def©ghiõjkl</myns:foo-bar_baz.blurfl>');
|
||||
SELECT * from ts_debug('english', '<myns:foo-bar_baz.blurfl>abc&nm1;def©ghiõjkl</myns:foo-bar_baz.blurfl>');
|
||||
|
||||
-- to_tsquery
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user