sql/create_db.sql
author rougeronj
Thu, 27 Nov 2014 11:51:36 +0100
changeset 374 ad92df04d9ab
parent 47 08b008c5a07d
permissions -rw-r--r--
update structure and design of the interface

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;