"Vishal Kashyap @ [Sai Hertz And Control Systems]" <vishalonlist (AT) gmail (DOT) com> writes:
Quote:
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
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly