diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-05-01 16:09:08 +0530 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-07-05 21:11:20 +0530 |
commit | 9f4219b1c7e74f86134b51fa637b513c5a670b5f (patch) | |
tree | 2294a976b94ba4b7b539a18261ab467e882d54bd /phpBB/install/schemas/fulltext_postgres.sql | |
parent | 98bc7fa6ce8dff493bdf0e09e1d09bc27eb31a6e (diff) | |
download | forums-9f4219b1c7e74f86134b51fa637b513c5a670b5f.tar forums-9f4219b1c7e74f86134b51fa637b513c5a670b5f.tar.gz forums-9f4219b1c7e74f86134b51fa637b513c5a670b5f.tar.bz2 forums-9f4219b1c7e74f86134b51fa637b513c5a670b5f.tar.xz forums-9f4219b1c7e74f86134b51fa637b513c5a670b5f.zip |
[feature/postgresql-fulltext-search] minor changes
Some changes in code to get it work against current develop.
PosgreSQL Fulltext search works for new install now.
PHPBB3-9730
Diffstat (limited to 'phpBB/install/schemas/fulltext_postgres.sql')
-rw-r--r-- | phpBB/install/schemas/fulltext_postgres.sql | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/install/schemas/fulltext_postgres.sql b/phpBB/install/schemas/fulltext_postgres.sql deleted file mode 100644 index 0be6648d0c..0000000000 --- a/phpBB/install/schemas/fulltext_postgres.sql +++ /dev/null @@ -1,3 +0,0 @@ -INSERT INTO phpbb_config (config_name, config_value) VALUES ('fulltext_postgres_max_word_len', '254'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('fulltext_postgres_min_word_len', '4'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('fulltext_postgres_ts_name', 'default'); |