projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b401e74
)
Use the tsparser text search parser by default
author
Magnus Hagander
<magnus@hagander.net>
Sun, 7 Oct 2018 15:44:27 +0000
(17:44 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 20 Nov 2018 14:18:46 +0000
(15:18 +0100)
loader/sql/schema.sql
patch
|
blob
|
blame
|
history
diff --git
a/loader/sql/schema.sql
b/loader/sql/schema.sql
index c19dac4f3077bf209340dab06a0c1de37f742f30..a36012950681a91b550211baf34d3a26a9527c8f 100644
(file)
--- a/
loader/sql/schema.sql
+++ b/
loader/sql/schema.sql
@@
-108,7
+108,7
@@
CREATE TABLE loaderrors(
);
/* textsearch configs */
-CREATE TEXT SEARCH CONFIGURATION pg (
COPY = pg_catalog.english
);
+CREATE TEXT SEARCH CONFIGURATION pg (
PARSER=tsparser
);
CREATE TEXT SEARCH DICTIONARY english_ispell (
TEMPLATE = ispell,