Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
689d02a2
Commit
689d02a2
authored
Jan 13, 2008
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a regression test that fails if default_text_search_config isn't
'english'.
parent
05a381ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/test/regress/expected/tsearch.out
src/test/regress/expected/tsearch.out
+1
-1
src/test/regress/sql/tsearch.sql
src/test/regress/sql/tsearch.sql
+1
-1
No files found.
src/test/regress/expected/tsearch.out
View file @
689d02a2
...
...
@@ -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
>
| {} | |
...
...
src/test/regress/sql/tsearch.sql
View file @
689d02a2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment