Created
October 10, 2011 16:29
-
-
Save flaudisio/1275740 to your computer and use it in GitHub Desktop.
Banco de Dados II - Triggers - Criação do BD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- 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