Daniel Gustafsson <dan...@yesql.se> writes: > Looking at similar functions it's clear they don't use the pg_postgres_ > prefix, > like for example pg_conf_load_time. Should this if so be pg_start_time?
No, because it's not clear what start time you're talking about; aside from the postmaster, this could plausibly refer to the session start, transaction start, or query start time. Like David, I'm not seeing a good argument for changing anything here. regards, tom lane