projects
/
xonotic
/
xonstatdb.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7cb609
)
Revert the functional index on players table. It won't be used with LIKE query anyway.
author
Ant Zucaro <azucaro@gmail.com>
Sun, 20 Nov 2011 21:59:06 +0000
(16:59 -0500)
committer
Ant Zucaro <azucaro@gmail.com>
Sun, 20 Nov 2011 21:59:06 +0000
(16:59 -0500)
tables/players.tab
patch
|
blob
|
history
diff --git
a/tables/players.tab
b/tables/players.tab
index db38ce4da61b8548f96692d23d3a7d6f391e2a25..b75a53adfb89420361d1a32a1f94414a2c2d7c83 100644
(file)
--- a/
tables/players.tab
+++ b/
tables/players.tab
@@
-11,5
+11,3
@@
WITH (
OIDS=FALSE
);
ALTER TABLE xonstat.players OWNER TO xonstat;
-
-CREATE INDEX players_ix01 ON players ((upper(stripped_nick));