postgresql 8.3 is more picky about types, needed to be able to successfuly enter...
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 19 Mar 2009 12:52:43 +0000 (12:52 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 19 Mar 2009 12:52:43 +0000 (12:52 +0000)
drupal-hacks/database.pgsql

index 91c8050..d5f07dc 100644 (file)
@@ -8,4 +8,4 @@ INSERT INTO system (filename, name, type, description, status, throttle, bootstr
 INSERT INTO users(uid,name,mail) VALUES(1,'drupal','');
 
 -- PlanetLab: Replace default user login block with PlanetLab login block
-update blocks set module='planetlab' where module='user' and delta=0;
+update blocks set module='planetlab' where module='user' and delta='0';