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)
commitb848d5e7b00666c2ac17d5415122aa1e5dd16a60
tree01088247c5205f3cb9dbc2b04560b489789bf48d
parent9ce0f14eae43c0e58826164a2516fba4a7d1f836
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