It depends if I put the ; at the end of the the line
with the ;
I get an error of
2008-12-11 23:10:57 GMT ERROR: syntax error at or near "F" at character 1
2008-12-11 23:10:57 GMT STATEMENT: F:
CREATE TABLESPACE spare_disk LOCATION 'F:\\pg_data';
without the ; it just moves to the next line
messed around with a few ' and got
2008-12-11 23:20:28 GMT ERROR: syntax error at or near "`" at character 39
2008-12-11 23:20:28 GMT STATEMENT: CREATE TABLESPACE spare_disk LOCATION `F:
CREATE TABLESPACE spare_disk LOCATION `F:
CREATE TABLESPACE spare_disk LOCATION F:
CREATE DATABASE pt3_newdb TABLESPACE spare_disk;
2008-12-11 23:20:45 GMT LOG: loaded library "$libdir/plugins/plugin_debugger.dll"
2008-12-11 23:20:45 GMT FATAL: database "pt3_newdb" does not exist
theres something wrong with the line
CREATE TABLESPACE spare_disk LOCATION 'F:\\pg_data';
I've also realised for the last part its
schema.postgres.sql
theres some typos in whats listed