1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +02:00

[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.

PHPBB3-9730
This commit is contained in:
wagnerch
2007-07-22 22:23:00 +00:00
committed by Dhruv Goel
parent 1d0607cbb3
commit 0191e1313c
4 changed files with 933 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
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');