How can I use select * from some_table in a function in postgres?
But in case I want to make a join with other table?
Markus
2009-04-12 17:28:45
@cmax: same thing. just join it. assuming you know how to write SQL join - you can do the same thing in function. Perhaps you need to ask more detailed question.
depesz
2009-04-13 19:22:29