Folks, I've noticed that neither SHOW ALL nor SELECT ... FROM pg_settings shows the value of custom GUCs, even though SHOW will do so for any given one. For example:
SHOW plperl.use_strict; plperl.use_strict ------------------- true (1 row) SELECT * FROM pg_settings WHERE "name" = 'plperl.use_strict'; name | setting | unit | category | short_desc | extra_desc | context | vartype | source | min_val | max_val ------+---------+------+----------+------------+------------+---------+---------+--------+---------+--------- (0 rows) Is this a bug? Cheers, David. -- David Fetter <[EMAIL PROTECTED]> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: [EMAIL PROTECTED] Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers