projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84eba95
)
Seems we'v ebroken the "pg" fts config, so disable temporarily
author
Magnus Hagander
<magnus@hagander.net>
Thu, 23 Mar 2017 16:15:58 +0000
(17:15 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 23 Mar 2017 16:15:58 +0000
(17:15 +0100)
tools/search/sql/functions.sql
patch
|
blob
|
blame
|
history
diff --git
a/tools/search/sql/functions.sql
b/tools/search/sql/functions.sql
index 6d8cb02429cdcb26702e4a4a057df398f7450162..6572b960fcaa682e0f36c5b903df080b3486bad8 100644
(file)
--- a/
tools/search/sql/functions.sql
+++ b/
tools/search/sql/functions.sql
@@
-106,4
+106,7
@@
BEGIN
END;
$$
LANGUAGE 'plpgsql';
-ALTER FUNCTION site_search(text, int, int, bool, text, boolean) SET default_text_search_config = 'public.pg';
+/* Seems broken, so stop doing this for now
+ * ALTER FUNCTION site_search(text, int, int, bool, text, boolean) SET default_text_search_config = 'public.pg';
+ */
+