]> de.git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Revert the functional index on players table. It won't be used with LIKE query anyway.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 20 Nov 2011 21:59:06 +0000 (16:59 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 20 Nov 2011 21:59:06 +0000 (16:59 -0500)
tables/players.tab

index db38ce4da61b8548f96692d23d3a7d6f391e2a25..b75a53adfb89420361d1a32a1f94414a2c2d7c83 100644 (file)
@@ -11,5 +11,3 @@ WITH (
   OIDS=FALSE
 );
 ALTER TABLE xonstat.players OWNER TO xonstat;
   OIDS=FALSE
 );
 ALTER TABLE xonstat.players OWNER TO xonstat;
-
-CREATE INDEX players_ix01 ON players ((upper(stripped_nick));