kraada wrote:It sounds like you missed this step:
Click Start, click Run and type in "C:\Program Files\PokerTracker 3\Data\Schemas" and click ok. There is one file in here: schemas.postgre.sql. Right click on it, and click copy. Click Start, click Run type in D:\ and click ok. Right click in the window and click Paste to copy the schemas.postgre.sql to that location.
Alternately, you can just type:
- Code: Select all
\i C:\\Program Files\\PokerTracker 3\\Data\\Schemas\\schemas.postgres.sql
and that should do the exact same thing. Note all of the double backslashes.
The file is there but I still get the "no such" error.