Thomas Lockhart <[EMAIL PROTECTED]> writes: > Hmm. In looking at SET, why couldn't we develop this as an extendable > capability a la pg_proc?
Well, my thoughts were along the line of providing specialized parsing subroutines tied to specific GUC variables. There already are parse_hook and assign_hook concepts in GUC, but possibly they need a little more generalization to cover what these variables need to do. If you're suggesting setting up an actual database table, I'm not sure I see the point. Any system parameter is going to have to be tied to backend code that knows what to do with the parameter, so it's not like you can expect to do anything useful purely by adding table entries. The C-code tables existing inside guc.c seem like enough flexibility to me. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: 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