joining a table with a function - Mailing list pgsql-sql

From Jaime Casanova
Subject joining a table with a function
Date
Msg-id BAY8-F13ZYNX6Mma0n70001af8a@hotmail.com
Whole thread Raw
List pgsql-sql
hi all,

i have a function of a user defined type it returns a record of values but 
just a row.
select * from rec_f_consultar_alumno(a.ent_codigo, a.alu_codigo)

what i want to do now is a select in wich i can do a seq scan or an index 
scan of a table and
pass the values i retrieve into the function. the select have to retrieve 
the result of the function.
i can do that whit a function with setof but i want to know if it is 
possible to do it with a select

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail



pgsql-sql by date:

Previous
From: sad
Date:
Subject: type regclass casting
Next
From: "kasper"
Date:
Subject: multi results with functions