Re: [HACKERS] keeping track of connections

From: Brett McCormick <brett(at)work(dot)chicken(dot)org>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] keeping track of connections
Date: 1998-06-03 06:19:03
Message-ID: 13684.60119.735931.911727@web0.speakeasy.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Gould 1998-06-03 06:26:06 Re: [HACKERS] regular expressions from hell
Previous Message Bruce Momjian 1998-06-03 04:11:01 Re: [HACKERS] keeping track of connections