Index: branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	(revision 21559)
+++ branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	(revision 21561)
@@ -1142,5 +1142,5 @@
     create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
     update_date timestamp NOT NULL,
-    PRIMARY KEY (plugin_id)
+    PRIMARY KEY (id)
 );
 
