Want to fix some trouble with my DB
1. Have lots of mutliple entries for MTTs (each table is treated as new Tourney)
2. Have some corrupt data, f.e. the Hands of one SNG are mixed into the hands of an MTT
3 My is splitted. On PC1 I have entries for July and on PC2 I have entries for August.
a) To get my DB fixed i need to get rid of the courrpt and wrong Data. Simple way would be to delete these Toruneys from the DB and then manually reimport the correct HH-files.
b) Can i us the backup/restore-funtion oof Postgres to override corrupt/wrong data in an exsiting DB?
Thx