kraada wrote:
Click Start --> Programs --> PostgreSQL --> psql to template1. This will open up a console window. In the console type:
CREATE TABLESPACE spare_disk LOCATION 'D:\\pg_data';
I got to this bit, no worries, however I do not get 'psql to template1' .... instead I get the same as other person "psql to posgres"
When I type in this (or even copy paste)
CREATE TABLESPACE spare_disk LOCATION 'D:\\pg_data'; - I change the D to F (F is my database drive) I get "syntax error near F" I have tried removing the ' symbols but that makes no difference.
Any Ideas ?
However after running PT3 for the 1st time after install I connected to the database & I have imported a few hands and the used space on my database hard drive is increasing, does that mean it is working as it should utilising the extra hard drive even though I didn't complete the instructions in the 1st post ?