Re: consulta create function

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Cesar Erices <caerices(at)gmail(dot)com>
Cc: Pgsql-Es-Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: consulta create function
Date: 2006-11-15 13:21:19
Message-ID: 20061115132119.GK30115@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Cesar Erices escribió:
>
> -----Mensaje original-----
> De: Alvaro Herrera [mailto:alvherre(at)alvh(dot)no-ip(dot)org]
> Enviado el: Martes, 14 de Noviembre de 2006 17:02
> Para: Cesar Erices
> Asunto: Re: [pgsql-es-ayuda] consulta create function
>
> Cesar Erices wrote:
> > select listarpacientes(1)
> > hago un select y la función, esto es por pgadminIII
>
> Prueba con
> select * from listarpacientes(1)
>
> [Cesar Erices Vergara] Me sale el siguiente error:
> [Cesar Erices Vergara] ERROR: a column definition list is required for
> functions returning "record"

Bueno, entonces dale la lista de columnas que requiere ... algo asi como

select * from listarpacientes(1) as (a int, b varchar, c numeric)

etc.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jared Lopez 2006-11-15 15:12:05 Re: Migracion de Sybase a Postgres
Previous Message Cesar Erices 2006-11-15 13:03:39 RE: consulta create function