Hey Kraada,
Thanks for the quick response. Your suggestion seems like exactly what I was hoping for. However, I can't seem to get it to work. Maybe if I tell you exactly what I did, you can spot any mistakes.
So, my database is actually on a Linux box. I ran:
- Code: Select all
$ psql -U postgres
psql (8.4.3)
Type "help" for help.
postgres=# \l
List of databases
Name | Owner | Encoding | Collation | Ctype | Access privileges
-----------------------+----------+----------+------------+------------+-----------------------
PT3_2009_05_02_111851 | postgres | UTF8 | en_US.utf8 | en_US.utf8 |
postgres | postgres | UTF8 | en_US.utf8 | en_US.utf8 |
template0 | postgres | UTF8 | en_US.utf8 | en_US.utf8 | =c/postgres
: postgres=CTc/postgres
template1 | postgres | UTF8 | en_US.utf8 | en_US.utf8 | =c/postgres
: postgres=CTc/postgres
(4 rows)
postgres=# \connect PT3_2009_05_02_111851
psql (8.4.3)
You are now connected to database "PT3_2009_05_02_111851".
PT3_2009_05_02_111851=# UPDATE lookup_positions SET flg_lp = TRUE and flg_blinds = FALSE where cnt_players = 2 and position = 9;
UPDATE 1
PT3_2009_05_02_111851=# \q
where PT3_2009_05_02_111851 is indeed my active (and only) database. I'm not sure why I never needed to enter a password.
I then went to Housekeeping in PT3 and Rebuilt the Cache. I did the other housekeeping things too while I was there (except Reindex).
Then, I looked at the default tournament HUD in the hand playback window for a husng. The default HUD of course has columns for Blinds, EP, MP, and LP, and I expected to see non-zero stats in both the Blinds and LP columns, but I still only have data in the Blinds column. This is just as before. I have also restarted PT3 to make sure the HUD was reset or whatever and no luck.
Any ideas?
Thanks