The TSearch2 extension hasn't been needed for a long time, and it causes
problems trying to use ts_rewrite(TSQUERY, TEXT) at least.
Add a full text search config script for PostgreSQL 9.2.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
--- /dev/null
+000.english.pg90.fts-config.sql
\ No newline at end of file
-- So we \set to a single variable, then use that single variable with \i
\set load_file :contrib_dir/tablefunc.sql
\i :load_file
-\set load_file :contrib_dir/tsearch2.sql
-\i :load_file
\set load_file :contrib_dir/pgxml.sql
\i :load_file
\set load_file :contrib_dir/hstore.sql
\connect :db_name
---CREATE LANGUAGE plperl;
CREATE LANGUAGE plperlu;
CREATE EXTENSION tablefunc;
-CREATE EXTENSION tsearch2;
CREATE EXTENSION xml2;
CREATE EXTENSION hstore;