Skip to content

Instantly share code, notes, and snippets.

@martinsam
Created April 20, 2015 09:00
Show Gist options
  • Save martinsam/85603f08cf755c52b87b to your computer and use it in GitHub Desktop.
Save martinsam/85603f08cf755c52b87b to your computer and use it in GitHub Desktop.
CREATE DATABASE bot2_local
WITH OWNER = opquast
ENCODING = 'UTF8'
TABLESPACE = temesis_dev
LC_COLLATE = 'fr_FR.UTF-8'
LC_CTYPE = 'fr_FR.UTF-8'
CONNECTION LIMIT = -1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment