Add pg_conf_load_time() function to report when the Postgres configuration
authorTom Lane <[email protected]>
Sun, 4 May 2008 21:13:36 +0000 (21:13 +0000)
committerTom Lane <[email protected]>
Sun, 4 May 2008 21:13:36 +0000 (21:13 +0000)
commit600da67fbe5e5a96fb08eea115ad58ad4990cfea
tree213423edd4afd170cccbbb4fd48d79153290750d
parent45173ae24e308061c008f77996f3edbebe0e4dc2
Add pg_conf_load_time() function to report when the Postgres configuration
files were last loaded.

George Gensure
doc/src/sgml/func.sgml
src/backend/postmaster/postmaster.c
src/backend/utils/adt/timestamp.c
src/backend/utils/misc/guc-file.l
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/timestamp.h