Re: stats_command_string default?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kevin Brown <kevin(at)sysexperts(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: stats_command_string default?
Date: 2003-03-07 05:07:56
Message-ID: 27797.1047013676@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Kevin Brown <kevin(at)sysexperts(dot)com> writes:
>>> It would also be handy if users could see their own queries while the
>>> rest remain blank.
>>
>> Seems reasonable offhand ...

> Here's the patch to make this happen. The first is against 7.2.4, the
> second is against CVS tip.

You forgot documentation fixes. Certainly the entry in
http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/monitoring-stats.html#MONITORING-STATS-VIEWS
needs to change; not sure if there are any other places, but that's your
task to look...

Also, submitting a patch against two revs back is a waste of time. Only
*very* critical bug fixes would get applied against 7.2.* at this point.
This isn't likely to get into 7.3.* either.

The code itself looks fine though ;-)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-03-07 05:28:49 Re: Partial index on date column
Previous Message Marc G. Fournier 2003-03-07 05:00:42 Re: pgsql.com website store

Browse pgsql-patches by date

  From Date Subject
Next Message Kevin Brown 2003-03-07 07:07:52 Re: stats_command_string default?
Previous Message Kevin Brown 2003-03-07 04:10:31 Re: stats_command_string default?