Jim C. Nasby wrote:
There's no way to nicely map an array from a plpgsql SF to a php array. (Ie. the driver won't do that for you, AFAIK) I find that array returning functions are useful when calling from other functions, and set returning functionsIsn't there a way to return an array? SRFs are great, but not always the best tool.
are great when you wish to get a result set back to php.