Simon Riggs <simon@2ndquadrant.com> writes:
> The one question that gets asked the most on these lists AFAICS is:
> **can you tell me what version you're running?**
Mainly because people don't bother to say.
> Would anybody object to adding an extra line at startup that shows the
> version number of the database system?
I don't really see the point. The log, if it's kept around at all,
would be about the most difficult place to extract the info from.
"select version()" is much easier than trying to figure out where
the postmaster's log is going.
regards, tom lane