David Fetter <[EMAIL PROTECTED]> writes: > On Sat, Sep 01, 2007 at 12:41:28PM -0400, Tom Lane wrote: >> The most straightforward way to support this syntactically seems to >> be to follow the per-user and per-database GUC setting features: >> >> ALTER FUNCTION func(args) SET var = value
> Would it be hard to extend this into this? > ALTER FUNCTION func(args) SET var = value [, var = value ...] Actually, it would be hard *not* to, because of the way the CREATE/ALTER FUNCTION syntax is already set up --- but without the commas. I've got it working now with SET and RESET as alternatives for common_func_opt_item. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly