Index: term_display.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/term_display/term_display.install,v
retrieving revision 1.1.2.1
diff -U3 -r1.1.2.1 term_display.install
--- term_display.install	15 Mar 2009 17:37:59 -0000	1.1.2.1
+++ term_display.install	15 Mar 2009 18:14:35 -0000
@@ -17,7 +17,7 @@
       ) /*!40100 DEFAULT CHARACTER SET UTF8 */ ");
       break;
     case 'pgsql':
-      db_query("CREATE TABLE {taxonomy_context_vocabulary} (
+      db_query("CREATE TABLE {term_display} (
         vid int NOT NULL default '0',
         style varchar(32) NOT NULL default '',
         weight smallint NOT NULL default '0',
