Skip to content

Instantly share code, notes, and snippets.

@flaudisio
Created October 10, 2011 16:29
Show Gist options
  • Save flaudisio/1275740 to your computer and use it in GitHub Desktop.
Save flaudisio/1275740 to your computer and use it in GitHub Desktop.
Banco de Dados II - Triggers - Criação do BD
--
-- Banco de Dados 2
-- Gatilhos
--
-- Criação do Banco de Dados
--
CREATE DATABASE bd2
WITH OWNER = postgres
ENCODING = 'UTF8';
-- Fim.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment