1

My postgres server is running out of space when restoring database, after dumping, How can I create a tablespace and specify a new database to that specific location.

Some examples would be nice. Thanks

1 Answer 1

3

PostgreSQL CREATE TABLESPACE statement

create database dbname with tablespace = tablespace_name;
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.