Anybody out there willing to help to write a big query, or more likely a script, to rid the database of player duplications?
I have tried to look how to do it, but I can't find enough time to work through all the tables and fields. And I do not have the pgsql scripting knowledge to build a script that selects the player id's, put them in a cursor, walks through the cursor, updates the id_player of all tables and then deletes the redundant players from the player table.
Anybody care to help with this?
