Evandro fiz como voce disse mas ainda continua dando erro, veja a mensagem:
ERROR: syntax error at or near "RETURNS" SQL state: 42601 Character: 39 Em 06/09/07, Evandro Ricardo Silvestre <[EMAIL PROTECTED]> escreveu: > > A procedure, é uma função que retorna VOID. > > Tente assim: > Create or Replace FUNCTION Proc_Teste RETURNS VOID as > Begin > . > . > . > End; > language 'plpgsql'; > > SDS > > Evandro > > Marcio Roberto Chiaveli wrote: > > > > > > O que esta acontecendo? > > _______________________________________________ > pgbr-geral mailing list > [email protected] > https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral >
_______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
