View Single Post

   
  #6 (permalink)  
Old 07-01-2008, 07:10 AM
Tom Lane
 
Posts: n/a
Default Re: Confusing message in log file

Alvaro Herrera <alvherre@commandprompt.com> writes:
> In any case, this seems a case of stuffing too much in the primary
> message.


Yeah, good point.

> I think it should be something like
> errmsg("parameter \"shared_buffer\" change in configuration file ignored"),
> errdetail("This parameter cannot be changed after server start.")


Seems a bit awkwardly phrased. I propose

errmsg("attempted change to parameter \"shared_buffer\" ignored"),
errdetail("This parameter cannot be changed after server start.")

(or possibly "of" would read better than "to")

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply With Quote