--- revision_moderation.install	2006-10-25 12:19:54.000000000 +0800
+++ /opt/www/drupal-4.7.int.thatsbj.com/modules/revision_moderation/revision_moderation.install	2007-02-14 13:40:51.000000000 +0800
@@ -19,10 +19,10 @@
     case 'pgsql':
       db_query("
       CREATE TABLE {revision_moderation} (
-        nid int unsigned NOT NULL,
+        nid int NOT NULL,
         revision_moderation int NOT NULL default '0',
         PRIMARY KEY(nid)
-      ) /*!40100 DEFAULT CHARACTER SET UTF8 */
+      );
       ");
       break;
   }
@@ -48,10 +48,10 @@
     case 'pgsql':
       $ret[] = update_sql("
       CREATE TABLE {revision_moderation} (
-        nid int unsigned NOT NULL,
+        nid int NOT NULL,
         revision_moderation int NOT NULL default '0',
         PRIMARY KEY(nid)
-      ) /*!40100 DEFAULT CHARACTER SET UTF8 */
+      );
       ");
       break;
   }
