SHOW ALL doesn't actually SHOW ALL
От | David Fetter |
---|---|
Тема | SHOW ALL doesn't actually SHOW ALL |
Дата | |
Msg-id | 20080820174519.GK7447@fetter.org обсуждение исходный текст |
Ответы |
Re: SHOW ALL doesn't actually SHOW ALL
|
Список | pgsql-hackers |
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 <david@fetter.org> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: david.fetter@gmail.com Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate
В списке pgsql-hackers по дате отправления: