PDA

View Full Version : Postgres Question



johncc
03-24-2011, 12:47 PM
Am I correct in saying that Postgress stores the HH, if so could you please tell me where it stores them, as i cant find it anywhere

Veteran68
03-24-2011, 06:23 PM
Raw HH's are stored in the 'handhistories' table.

Patvs
03-24-2011, 07:39 PM
The database is stored in:

C:/Program Files(x86)/PostgreSQL/8.4/data

PostgreSQL doesn't really store the handhistories.
The original handhistories are moved to the archive folder: C:/HMArchive.
PostgreSQL will save all the hands (and stats) in tables/indexes.
There are indexes containing:
the HH, tables, tourneydata, postflopactions, players, etc. (55 indexes)

johncc
03-25-2011, 04:16 AM
ty