aboutsummaryrefslogtreecommitdiffstats
path: root/README.fulltext_postgres
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-06-12 05:11:28 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-07-05 21:17:17 +0530
commitee8647d9fcab52002c98f4dc38e5c9376af2da38 (patch)
treeca1d97b816cbb3ec6cfc8a4e796ce5eb6b3b8ca4 /README.fulltext_postgres
parent8e035f9141f79ba12ff6f20d9d2ea0008f73fa1e (diff)
downloadforums-ee8647d9fcab52002c98f4dc38e5c9376af2da38.tar
forums-ee8647d9fcab52002c98f4dc38e5c9376af2da38.tar.gz
forums-ee8647d9fcab52002c98f4dc38e5c9376af2da38.tar.bz2
forums-ee8647d9fcab52002c98f4dc38e5c9376af2da38.tar.xz
forums-ee8647d9fcab52002c98f4dc38e5c9376af2da38.zip
[feature/postgresql-fulltext-search] remove Readme
PHPBB3-9730
Diffstat (limited to 'README.fulltext_postgres')
-rw-r--r--README.fulltext_postgres23
1 files changed, 0 insertions, 23 deletions
diff --git a/README.fulltext_postgres b/README.fulltext_postgres
deleted file mode 100644
index b7b6aec9fd..0000000000
--- a/README.fulltext_postgres
+++ /dev/null
@@ -1,23 +0,0 @@
-
-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.