Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 423 Bytes

File metadata and controls

14 lines (9 loc) · 423 Bytes
Create a pg db with spock components installed into it.

Usage:
    ./pgedge db create --db <db> --User <usr> --Passwd <passwd> --pg=<pg> --spock <spock>

Flags:
-d, --db        Name of the database to create
-U, --User      Owner user of the new database
-P, --Passwd    Password for the new user 
    --pg        Postgres version to use
-s, --spock     Spock version to install