Find the last pg config reload time
-- Last pg config reload time
postgresql configurationintermediate
by PostgreSQL
11 views
-- Last pg config reload time
123456789101112131415161718
postgres=#
select pg_conf_load_time() ;
pg_conf_load_time
----------------------------------
2020-07-06 13:20:18.048689+05:30
(1 row)
postgres=#
select pg_reload_conf();
pg_reload_conf
----------------
t
(1 row)
postgres=#
select pg_conf_load_time() ;
pg_conf_load_time
----------------------------------
2020-07-06 17:46:59.958056+05:30
(1 row)Please to add comments
No comments yet. Be the first to comment!