On Mon, Jun 04, 2007 at 01:40:18PM +0300, [EMAIL PROTECTED] wrote: > case ? The nicest thing would really to have parametrized view. Is > there any fundamental reason why such a beast does not exist, or is it > only postgres (compared to higher-level RDBMS) ?
I don't think there's a fundamental reason, no. But why couldn't you change your query to issue the SRF directly, with the parameter: SELECT * FROM some_srf(param1, param2)? A -- Andrew Sullivan | [EMAIL PROTECTED] "The year's penultimate month" is not in truth a good way of saying November. --H.W. Fowler ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster