kraada wrote:CREATE TABLE NewDB USING TABLESPACE WhateverYouCalledItEarlier;
Ok, i'm not as savy using postgreSQL as you guys are, so let me get this straight.
DO i type
1a. CREATE TABLE 2008_DEC USING TABLESPACE spare_disk;
or
1b. CREATE DATABASE 2008_DEC TABLESPACE spare_disk;
Then afterwards i run all these commands?
2. \connect 2008_DEC
3. \cd E:
4. \i schema.postgres.sql
5. \q
Or is all of this wrong?