PostgreSQL support for 4.8 install system
Hi everyone, I've added pgsql support in the install system. I've added a few bells and whistles too. Most notably we now have unsigned smallint, int and bigint added in! Those become smalluint, uint and biguint. Check out http://drupal.org/node/76681 for install.pgsql.inc and the patch needed for system.install. I'm in need of testers to ensure the install system operates properly. Cheers, -- Sammy Spets Synerger Pty Ltd http://www.synerger.com/
Excellent. I was just about to shout for postgres support for the installer (since I was working on providing translation support for it, and found it missing). Unfortunately I am not the one to test, but feel my worm welcome of this patch :) Gabor On Thu, 3 Aug 2006, Sammy Spets wrote:
Hi everyone,
I've added pgsql support in the install system. I've added a few bells and whistles too. Most notably we now have unsigned smallint, int and bigint added in! Those become smalluint, uint and biguint. Check out http://drupal.org/node/76681 for install.pgsql.inc and the patch needed for system.install. I'm in need of testers to ensure the install system operates properly.
Cheers,
-- Sammy Spets Synerger Pty Ltd http://www.synerger.com/
On Aug 2, 2006, at 7:06 AM, Sammy Spets wrote:
I've added pgsql support in the install system.
nice going, thanks! however, for better or for worse, it now looks like i'm not going to have to use pgsql for the drupal site at my day job. that means my personal concern for pgsql compatibility is a lot lower than it was 1 day ago. ;) given how insanely over-committed i am already, i'm hereby taking the opportunity to un-volunteer myself for pgsql- related work. i'll continue to test the modules i maintain for pgsql compatibility, but i'm unable to spend much more effort than that on it, since it's no longer a show-stopper for my own needs. sorry if that's a disappointment for some. the good news is it means i can spend more time making project + issue tracking amazing. ;) thanks, -derek (dww)
participants (3)
-
Derek Wright -
Gabor Hojtsy -
Sammy Spets