diff options
author | wagnerch <wagnerch@code.phpbb.com> | 2007-07-22 22:23:00 +0000 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-06-08 21:28:23 +0530 |
commit | 0191e1313ca8179bb09a2fc6f3d06de95768bc96 (patch) | |
tree | dc6a76ffadc9fd32bd469eac54c1549a997480a2 /README.fulltext_postgres | |
parent | 1d0607cbb31865b5128a1a2b92b415386aee0788 (diff) | |
download | forums-0191e1313ca8179bb09a2fc6f3d06de95768bc96.tar forums-0191e1313ca8179bb09a2fc6f3d06de95768bc96.tar.gz forums-0191e1313ca8179bb09a2fc6f3d06de95768bc96.tar.bz2 forums-0191e1313ca8179bb09a2fc6f3d06de95768bc96.tar.xz forums-0191e1313ca8179bb09a2fc6f3d06de95768bc96.zip |
[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.
PHPBB3-9730
Diffstat (limited to 'README.fulltext_postgres')
-rw-r--r-- | README.fulltext_postgres | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.fulltext_postgres b/README.fulltext_postgres new file mode 100644 index 0000000000..b7b6aec9fd --- /dev/null +++ b/README.fulltext_postgres @@ -0,0 +1,23 @@ + +Fulltext Search for PostgreSQL +============================== + +Installation Instructions +1. Install the tsearch2 contribution by executing the tsearch2.sql script + from the PostgreSQL contrib directory. +2. Apply the fulltext_postgres.diff patch using patch(1) to the root + directory of your phpBB3 forum. + + $ patch -p0 <fulltext_postgres.diff + +3. Upload everything in the phpbb directory to the root directory of + your phpBB3 forum. +4. Apply the fulltext_postgres.sql SQL script to your database. + + $ psql phpbb <fulltext_postgres.sql + +5. Login to the administration control panel. +6. Select General tab, Search settings, Change the Search backend to + Fulltext postgres, Submit the changes. +7. Select Maintenance tab, Search index, click on the Create index button + under the Fulltext postgres section. |