Re: table size growing out of control

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: table size growing out of control
Дата
Msg-id 3D35A2E1.26E6588D@Yahoo.com
обсуждение исходный текст
Ответ на table size growing out of control  (Robert Treat <rtreat@webmd.net>)
Ответы Re: table size growing out of control  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: GB Clark
Дата:
Сообщение: Re: Linux max on shared buffers?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: table size growing out of control