Re: Pasar como parametro del tipo rowtype

From: Silvio Quadri <silvioq(at)gmail(dot)com>
To: Conrado Blasetti <conrado(at)mapfre(dot)com(dot)ar>
Cc: pgsql-es-ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Pasar como parametro del tipo rowtype
Date: 2009-02-04 12:11:17
Message-ID: 61dc71dc0902040411r2f42009ft9e2481d1c37673db@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El día 4 de febrero de 2009 9:42, Conrado Blasetti
<conrado(at)mapfre(dot)com(dot)ar> escribió:
> Silvio, gracias por responder.
>
> Pero el type no debería estar creado? Sería el type de la tabla, pero no encontré la forma de declarar la funcion
>
> Function foo( reg alumnos_generacion%ROWTYPE ) nada
> Function foo( reg alumnos_generacion%TYPE ) nada
>
> No me acepta el %
>

Sería ...
create type reg_alumnos( bla bla bal );
create or replace function xxxx( reg_alumnos alumnos_generacion )

(Ojo, estoy de memoria ..., sin un postgres para probar ... )
Silvio

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Conrado Blasetti 2009-02-04 12:23:28 RE: Pasar como parametro del tipo rowtype
Previous Message Conrado Blasetti 2009-02-04 11:42:13 RE: Pasar como parametro del tipo rowtype