sql/create_db.sql
author rougeronj
Thu, 20 Nov 2014 11:41:50 +0100
changeset 363 627596669480
parent 47 08b008c5a07d
permissions -rw-r--r--
Update Config template, and add instruction to setting up the virtual env for hdalab in the readme

CREATE DATABASE hdabo
  WITH ENCODING='UTF8'
       OWNER=iri
       TEMPLATE=template0
       LC_COLLATE='fr_FR.UTF-8'
       LC_CTYPE='fr_FR.UTF-8'
       CONNECTION LIMIT=-1;