]> granicus.if.org Git - postgresql/commit
Add columns boot_val and reset_val to the pg_settings view, to expose
authorMagnus Hagander <magnus@hagander.net>
Mon, 6 Oct 2008 13:05:40 +0000 (13:05 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 6 Oct 2008 13:05:40 +0000 (13:05 +0000)
commit3bea93b3b0828b6eddf890f85fd423dff062b4df
tree576d5df3d5cc477766c72bc4515e185be1c62c1c
parent89f373bf5bc6a9489fd34f2bd8f1dee68af28520
Add columns boot_val and reset_val to the pg_settings view, to expose
the value a parameter has at server start and will have after RESET,
respectively.

Greg Smith, with some modifications by me.
doc/src/sgml/catalogs.sgml
src/backend/utils/misc/guc.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/test/regress/expected/rules.out