Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 1, 201212 yr I've been looking for any sort of postgres support, and I see several forum posts mentioning a community project, but links to that seem to be 404s. Was this removed?
October 2, 201212 yr As an aside, the client who was developing the driver recently emailed me and told me he is no longer maintaining it, even for himself. He has found that a properly configured MySQL setup can perform just as well, so it's not worth the effort to keep updating his driver through our releases unnecessarily.
October 2, 201212 yr Author Okay. I'm trying to get IPB to auth against an existing system that uses a postgres table for auth. This isn't something I can change. My hope was to take what was written for the pgsql driver and use that as a basis for talking to our server (I'm fine with using Mysql for the rest of the forum storage). Does this sound like something that's reasonably doable?
October 2, 201212 yr It's doable of course, but without the driver available you're probably just as well off using pgsql_* functions directly in your custom code (or using another library - PDO or Zend DB maybe).
Archived
This topic is now archived and is closed to further replies.