You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

sudo -u postgres psql -c 'CREATE DATABASE newid WITH OWNER "postgres" ENCODING "UTF8" LC_COLLATE = "en_US.UTF-8" LC_CTYPE = "en_US.UTF-8" TEMPLATE template0;'
CREATE DATABASE "helpspot_db"
    WITH OWNER "postgres"
    ENCODING 'UTF8'
    LC_COLLATE = 'en_US.UTF-8'
    LC_CTYPE = 'en_US.UTF-8'
    TEMPLATE template0;
  • No labels