On Tue, 2007-01-30 at 12:32 -0800, Karen Hill wrote: > Is it possible to have a pl/pgsql function take another pl/pgsql > function as one of the parameters? >
Not directly, but it could take a text string as a parameter and then EXECUTE the text string after passing it to quote_ident(). Regards, Jeff Davis ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match