I have OpenGeo Suite installed on a server. I want to have the PostGIS data stored on a different drive (D) on the server instead of on the C drive under my username. How do I do this?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
What you want is a new tablespace. A tablespace is a physical location Postgres saves your data to. Here's the Postgres manual entry on creating new tablespaces: http://www.postgresql.org/docs/current/static/sql-createtablespace.html |
|||
|
|