SyntaxFix
Write A Post
Hire A Developer
Questions
PGPORT=5432 PGHOST="my.database.domain.com" PGUSER="postgres" PGDB="mydb" createdb -h $PGHOST -p $PGPORT -U $PGUSER $PGDB