Re: Open Source Forum Software using PostgreSQL? - Mailing list pgsql-general

From Thom Brown
Subject Re: Open Source Forum Software using PostgreSQL?
Date
Msg-id AANLkTimy5Bm3BK8jGnye_FFcNFHfz-ojHrCsEj1x_3WI@mail.gmail.com
Whole thread Raw
In response to Re: Open Source Forum Software using PostgreSQL?  (CaT <cat@zip.com.au>)
List pgsql-general
On 4 July 2010 15:22, CaT <cat@zip.com.au> wrote:
> On Sun, Jul 04, 2010 at 03:10:36PM +0100, Andre Lopes wrote:
>> Hi,
>>
>> I need to use an Forum Software. There is any Open Souce Forum Script using
>> PostgreSQL?
>
> phpBB3 off the top of my head.
>

I found phpBB3 unusable for PostgreSQL last time as if you typed in
"localhost" as the host name, it didn't both passing in the host name
at all, and therefore couldn't establish a connection.

Something else to look out for with phpBB3, when I last tested it it
didn't seem to support database names with full-stops in (or periods
to US folk).  They also said they wouldn't fix it:
http://www.phpbb.com/bugs/phpbb3/36195

Hopefully those problems are gone, but you never know...

Thom

pgsql-general by date:

Previous
From: Dave Page
Date:
Subject: Re: Open Source Forum Software using PostgreSQL?
Next
From: Pavel Stehule
Date:
Subject: Re: How to know if an INSERT is done inside a function?