Simon Riggs <[EMAIL PROTECTED]> writes:
> How do you do
> SHOW plperl.*
> or whatever technique allows you to find out all custom parameters
> defined for a particular class?
Maybe select from pg_settings where name like 'plperl.%'
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