Re: Function error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Vishal Kashyap (at) [Sai Hertz And Control Systems]" <vishalonlist(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Function error
Date: 2004-10-26 17:13:01
Message-ID: 10642.1098810781@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Vishal Kashyap @ [Sai Hertz And Control Systems]" <vishalonlist(at)gmail(dot)com> writes:
> CREATE OR REPLACE FUNCTION "public"."func_ca" () RETURNS "public"."type_a" AS'
> ...
> somedata =# select sai_func_ca();
> ERROR: cannot display a value of type record

Try
select * from sai_func_ca();

regards, tom lane

In response to

  • Function error at 2004-10-26 16:35:07 from Vishal Kashyap @ [Sai Hertz And Control Systems]

Responses

  • Re: Function error at 2004-10-26 17:35:02 from Vishal Kashyap @ [Sai Hertz And Control Systems]

Browse pgsql-novice by date

  From Date Subject
Next Message Vishal Kashyap @ [Sai Hertz And Control Systems] 2004-10-26 17:35:02 Re: Function error
Previous Message Vishal Kashyap @ [Sai Hertz And Control Systems] 2004-10-26 16:35:07 Function error