Search found 1 match

by TolicH
Sun Jun 05, 2011 3:17 pm
Forum: [3.0/Olympus] New features discussion
Topic: PostgreSQL Fulltext Search
Replies: 40
Views: 266878

Re: PostgreSQL Fulltext Search

There's small mistake with database version detection. To get work on PostgreSQL 9.0 apply this patch: --- a/fulltext_postgres.php 2011-06-03 02:56:49.886233637 +0400 +++ b/fulltext_postgres.php 2011-06-03 02:57:51.657165419 +0400 @@ -60,7 +60,7 @@ if ($db->sql_layer == 'postgres') { $pgsql_version ...