by RiverOfJustice » Wed Jul 27, 2011 1:24 pm
Here are some other errors from the log-
2011-07-26 16:55:46 EDT ERROR: table "holdem_cache" does not exist
2011-07-26 16:55:46 EDT STATEMENT: DROP TABLE holdem_cache;
2011-07-26 16:55:46 EDT ERROR: table "tourney_holdem_cache" does not exist
2011-07-26 16:55:46 EDT STATEMENT: DROP TABLE tourney_holdem_cache;
2011-07-26 16:55:46 EDT ERROR: table "omaha_cache" does not exist
2011-07-26 16:55:46 EDT STATEMENT: DROP TABLE omaha_cache;
2011-07-26 16:55:47 EDT ERROR: table "tourney_omaha_cache" does not exist
2011-07-26 16:55:47 EDT STATEMENT: DROP TABLE tourney_omaha_cache;
2011-07-26 18:27:27 EDT ERROR: duplicate key value violates unique constraint "settings_primary_key"
2011-07-26 18:27:27 EDT DETAIL: Key (setting_name)=(icon_desc_2) already exists.
2011-07-26 18:27:27 EDT STATEMENT: INSERT INTO settings VALUES('icon_desc_2', 'Loose | Passive | Stubborn | Straightforward (Never-Folding Fish)');
2011-07-26 18:27:27 EDT ERROR: duplicate key value violates unique constraint "settings_primary_key"
2011-07-26 18:27:27 EDT DETAIL: Key (setting_name)=(icon_desc_3) already exists.
2011-07-26 18:27:27 EDT STATEMENT: INSERT INTO settings VALUES('icon_desc_3', 'Loose | Passive | Timid | Straightforward (Fit-or-Fold ATM)');
2011-07-26 18:27:27 EDT ERROR: duplicate key value violates unique constraint "settings_primary_key"
2011-07-26 18:27:27 EDT DETAIL: Key (setting_name)=(icon_desc_4) already exists.
2011-07-26 18:27:27 EDT STATEMENT: INSERT INTO settings VALUES('icon_desc_4', 'Semi-Loose | Limps/Calls Preflop | Folds Postflop (Another Fit-or-Fold ATM)');
2011-07-26 18:27:27 EDT ERROR: duplicate key value violates unique constraint "settings_primary_key"
2011-07-26 18:27:27 EDT DETAIL: Key (setting_name)=(icon_desc_5) already exists.
2011-07-26 18:27:27 EDT STATEMENT: INSERT INTO settings VALUES('icon_desc_5', 'Semi-Loose | Limps/Calls Preflop | Doesn''t Fold Postflop (Another Fish/Weak Player)');
2011-07-26 18:27:27 EDT ERROR: duplicate key value violates unique constraint "settings_primary_key"
2011-07-26 18:27:27 EDT DETAIL: Key (setting_name)=(icon_desc_8) already exists.
2011-07-26 18:27:27 EDT STATEMENT: INSERT INTO settings VALUES('icon_desc_8', 'Loose | Aggressive | Straightforward (Donk)');
2011-07-26 18:27:27 EDT ERROR: duplicate key value violates unique constraint "settings_primary_key"
2011-07-26 18:27:27 EDT DETAIL: Key (setting_name)=(icon_desc_9) already exists.
2011-07-26 18:27:27 EDT STATEMENT: INSERT INTO settings VALUES('icon_desc_9', 'Tight | Passive | Straightforward (Misses Value, Lets You Draw, Plays Face-Up)');
2011-07-26 18:27:27 EDT ERROR: duplicate key value violates unique constraint "settings_primary_key"