Re: table size growing out of control - Mailing list pgsql-general

From Jan Wieck
Subject Re: table size growing out of control
Date
Msg-id 3D35A2E1.26E6588D@Yahoo.com
Whole thread Raw
In response to table size growing out of control  (Robert Treat <rtreat@webmd.net>)
Responses Re: table size growing out of control  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane wrote:
>
> nconway@klamath.dyndns.org (Neil Conway) writes:
> > On Wed, Jul 17, 2002 at 09:45:12AM -0400, Robert Treat wrote:
> >> ** with current_query blank I'm assuming we have nothing hanging around
> >> that would interfere right?. **
>
> > No, that could also indicate that either you're not the super-user, or you
> > haven't enabled stats_command_string in postgresql.conf
>
> > That probably isn't the best UI...
>
> Good point.  What do people think of making the pg_stat_activity view do
>         COALESCE(current_query, '<unknown>')
> so that there's a clear flag that you're not seeing anything?

Shouldn't be done on the view. The builtin function used to extract that
information from the stats file can do it much better. If memory serves
it's also the one who decides to return NULL if you're not a superuser.
So it could return <permission denied> or similar in that case to
distinguish.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #

pgsql-general by date:

Previous
From: GB Clark
Date:
Subject: Re: Linux max on shared buffers?
Next
From: Tom Lane
Date:
Subject: Re: table size growing out of control