From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | "mario vargas careaga" <mario(dot)vargas(dot)careaga(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: ayuda mostrando resultados de una funcion |
Date: | 2007-05-15 02:55:32 |
Message-ID: | c2d9e70e0705141955y40423e32sdd402f382b7bb28c@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 5/14/07, mario vargas careaga <mario(dot)vargas(dot)careaga(at)gmail(dot)com> wrote:
> >
> > ERROR: cannot use RETURN NEXT in a non-SETOF function at or near "next"
> > Estado SQL:42601
> > Caracter: 321
> >
> > nada de nada si le pongo el setof
> > CREATE OR REPLACE FUNCTION ver_tasa(npre integer)
> > RETURNS setof record AS
> >
> > ERROR: cannot change return type of existing function
> > Estado SQL:42P13
> > Sugerencias:Use DROP FUNCTION first.
>
has leido los mensajes de error?
el primero te dice que debes añadir SETOF el segundo te dice que no le
puedes agregar SETOF a una funcion que ya existe... e incluso te
sugiere usar DROP FUNCTION para borrar la funcion (para que asi al
recrearla con SETOF no te de el error)
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | Gabriel Hermes Colina Zambra | 2007-05-15 03:35:07 | Re: Postgres en Windows, que tan estable es ??? |
Previous Message | Jaime Casanova | 2007-05-15 02:40:00 | Re: Postgres en Windows, que tan estable es ??? |