sql/create_db.sql
author rougeronj
Mon, 29 Dec 2014 17:27:43 +0100
changeset 415 bf2db1849560
parent 47 08b008c5a07d
permissions -rw-r--r--
Add user if user_if is given in the template

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;