by kraada » Wed Mar 16, 2011 6:33 pm
Is it distinct from your normal PT3 database or is there just one database listed there? If there's a second database, you probably just need to reconnect your restored database into PT3 via the Database Management --> New window (click Browse, choose the database, click Ok, then Connect). If there's just one database, run the following query from PGAdmin directly (via the SQL notepad icon at the top):
SELECT max(id_hand) from holdem_hand_summary;
That will tell us how many hands are in the database - if the number is very small, something may have gone wrong with the restore.