I need to have each one of my PostgreSQL databases put on a separate filesystem. I wanted to do the following…can someone verify that this will work?
1)
Create the following environment variables: 2)
Run the following commands at UNIX prompt: 3)
Restart my postgresql server (to pick up the new
environment variables) 4)
Then when I create databases I would do this:
Is this correct to get databases created on separate filesystems?
Thank you!
Troy Campano
|