Re: [HACKERS] keeping track of connections - Mailing list pgsql-hackers

From Brett McCormick
Subject Re: [HACKERS] keeping track of connections
Date
Msg-id 13685.57668.513797.152830@web0.speakeasy.org
Whole thread Raw
In response to Re: [HACKERS] keeping track of connections  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
that's a really cool idea.  I think I'll try that.

On Wed, 3 June 1998, at 18:46:02, The Hermit Hacker wrote:

> postmaster starts up to listen for connections, and then starts up its own
> backend to handle database queries?  So, on a quiet system, you would have
> two processes running, one postmaster, and one postgres...
>
> basically, the idea is that postmaster can't talk to a table, only
> postgres can...so, setup postmaster the same way that any other interface
> is setup...connect to a backend and pass its transactions through that
> way...

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] keeping track of connections
Next
From: Brett McCormick
Date:
Subject: Re: [HACKERS] keeping track of connections