Re: [HACKERS] keeping track of connections

Поиск
Список
Период
Сортировка
От Brett McCormick
Тема Re: [HACKERS] keeping track of connections
Дата
Msg-id 13684.60119.735931.911727@web0.speakeasy.org
обсуждение исходный текст
Ответ на Re: [HACKERS] keeping track of connections  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] keeping track of connections  (dg@illustra.com (David Gould))
Re: [HACKERS] keeping track of connections  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
On Wed, 3 June 1998, at 00:11:01, Bruce Momjian wrote:

> Good question.  Postmaster does not have access to the system tables, so
> it can't access them.  You could add a debug option to show it in the
> server logs, or add it to the -d2 debug option that already shows SQL
> statements.

How about something like this: a pool of shared memory where this
information is stored, and then a view which calls a set of functions
to return the information from the shared memory?

Apache does something similar.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] dump/reload
Следующее
От: dg@illustra.com (David Gould)
Дата:
Сообщение: Re: [HACKERS] regular expressions from hell