Re: Retornar un array

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Arturo Munive <arturomunive(at)gmail(dot)com>
Cc: Postgresql <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Retornar un array
Date: 2007-07-12 19:25:23
Message-ID: 20070712192523.GL13778@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Arturo Munive escribió:
> La pregunta es simple
>
> como retorono un array de enteros (o de lo que sea) desde una funcion
> plpgsql
>
> use returning anyarray pero luego no me funciona porque debo declarar un
> argumento del tipo anyelement (que no necesito en mi funcion)

returns int[]

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

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Arturo Munive 2007-07-12 19:33:22 Re: Retornar un array
Previous Message Arturo Munive 2007-07-12 19:13:48 Retornar un array