Index: /trunk/psLib/src/db/psDB.c
===================================================================
--- /trunk/psLib/src/db/psDB.c	(revision 17836)
+++ /trunk/psLib/src/db/psDB.c	(revision 17837)
@@ -23,5 +23,5 @@
  * 4.1.2 or newer is required.
  *
- * $Id: psDB.c,v 1.152 2008-05-22 21:16:55 jhoblitt Exp $
+ * $Id: psDB.c,v 1.153 2008-05-29 02:26:51 bills Exp $
  */
 
@@ -1746,5 +1746,5 @@
         psString index = psStringNCopy(item->comment + matchStart, matchLength);
         psTrace("psLib.db", 10, "regex $1 matched: %s", index);
-        psStringAppend(&query, ", INDEX UNIQUE(%s)", index);
+        psStringAppend(&query, ", UNIQUE KEY(%s)", index);
         psFree(index);
     }
