Re: funcion no existe

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: "Crispin T(dot)" <cris(dot)emis(at)gmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: funcion no existe
Date: 2007-06-27 22:39:35
Message-ID: 20070627223935.GC28580@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Crispin T. escribió:
> hola a todos los de la lista tengo una pregunta sobre funcion plpgsql la
> funcion es algo asi
>
>
> CREATE OR REPLACE FUNCTION sumaa(tipo int2)

Creala con tipo int4 (o integer que es lo mismo) y veras que funciona.

Evita el tipo int2, no te sirve para nada.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Gabriel Hermes Colina Zambra 2007-06-28 00:21:33 Re: OT , Obtener ID (PK) dese código VB6 con odbc
Previous Message Miguel Rodríguez Penabad 2007-06-27 22:18:27 Re: funcion no existe