Configuring PostgreSQL

Development

CREATE USER march_development_owner WITH CREATEDB;
ALTER USER march_development_owner PASSWORD 'march_development_owner';
CREATE DATABASE march_development OWNER march_development_owner;

Production

Much the same as development with the appropriate changes.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.