Re: [DOCS] Docs incorrectly claiming equivalence between show and pg_settings

2014-04-19 Thread Bruce Momjian
On Wed, Feb 12, 2014 at 03:54:31PM +0100, Stefan Seifert wrote: > Hi! > > http://www.postgresql.org/docs/devel/static/sql-show.html claims: > "Also, the pg_settings system view produces the same information." > > This is not entirely correct. On IRC I was told, that the view only contains > sett

[DOCS] Docs incorrectly claiming equivalence between show and pg_settings

2014-02-16 Thread Stefan Seifert
Hi! http://www.postgresql.org/docs/devel/static/sql-show.html claims: "Also, the pg_settings system view produces the same information." This is not entirely correct. On IRC I was told, that the view only contains settings set from C, not user defined settings defined by the SET command: timemn