llamado a funcion

From: Viviana Sanchez <vsanchez(at)uncoma(dot)edu(dot)ar>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: llamado a funcion
Date: 2004-08-10 17:03:00
Message-ID: 5.2.1.1.1.20040810135356.00a315e0@pop3.uncoma.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Quiero saber como hago para hacer un llamado a una funcion
Tengo la siguiente funcion

add_one (integer) integer
begin return $1 +1;
end;

Cuando la probe puse:

EXECUTE PROCEDURE add_one(1);

y me da un error.

Attachment Content-Type Size
unknown_filename text/plain 167 bytes

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Juan Carlos Del Rio 2004-08-10 17:04:07 Tansaccion no detecta update
Previous Message Leonel Nunez 2004-08-10 13:35:58 Re: consulta ultima de ultima fecha