Skip to content

Commit

Permalink
atualizaçao da apresentação
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricio Baia committed Sep 9, 2013
1 parent 70ffa53 commit 220e610
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions database/apresentacao.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ SELECT usuarioCadastrar('bruno', '[email protected]', 'bruno');
SELECT usuarioCadastrar('fabricio', '[email protected]', 'fabricio');
SELECT usuarioCadastrar('outro_usuário', '[email protected]', 'outro');

--gerente lista usuarios
SELECT * from buscarUsuarios('rob');
SELECT * from buscarUsuarios('maik');
SELECT * from buscarUsuarios('br');
Expand Down Expand Up @@ -65,10 +66,10 @@ SELECT mensagem_enviadaEnvia(3, 1, 2, CURRENT_DATE);

--gerente lista suas mensagens
SET ROLE retrieve;
SELECT mensagemListar(1);
SELECT * FROM mensagemListar(1);

--gerente visualiza a mensagem

SELECT * FROM mensagemExibirUsuario(1, 1);

--gerente cria as fases do projeto
SELECT faseCadastrar(1, 1, 'Fase 1', 'Primeira fase do projeto');
Expand Down

0 comments on commit 220e610

Please sign in to comment.