From 0191e1313ca8179bb09a2fc6f3d06de95768bc96 Mon Sep 17 00:00:00 2001 From: wagnerch Date: Sun, 22 Jul 2007 22:23:00 +0000 Subject: [feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1. PHPBB3-9730 --- README.fulltext_postgres | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.fulltext_postgres (limited to 'README.fulltext_postgres') 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