Add columns boot_val and reset_val to the pg_settings view, to expose
Magnus Hagander <magnus@hagander.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +13 −1 |
| src/backend/utils/misc/guc.c | modified | +64 −8 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +2 −2 |
| src/test/regress/expected/rules.out | modified | +1 −1 |