Peter Eisentraut wrote: > Bruce Momjian wrote: > > I have applied the attached patch to fix this problem. Sample output > > is: > > > > test=> set log_statement_stats = true; > > SET > > test=> set log_parser_stats = true; > > ERROR: Can not enable parameter when "log_statement_stats" is true. > > According to message style guide (and English dictionary): > > ERROR: cannot ... is true
Thanks: errmsg("cannot enable parameter when \"log_statement_stats\" is true."))); errmsg("cannot enable \"log_statement_stats\" when \"log_parser_stats\",\n" "\"log_planner_stats\", or \"log_executor_stats\" is true."))); -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])