Wednesday 13 July 2016

postgreSQL How to create cluster?

PostgreSQL Cluster is nothing but another instance of Database.
Syntax:
initDB -D <direcoty>

Example:
step 1: create directory for table.
    mkdir mynewtable-space

step 2: initDB -D /mynewtable-space

No comments:

Post a Comment