Re: [HACKERS] keeping track of connections

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] keeping track of connections
Дата
Msg-id 199806032216.SAA19555@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] keeping track of connections  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> Here's one for you...and don't laugh at me, eh? :)
>
> 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...

So have the postmaster use the libpq library to open a database
connection and execute queries.  Sounds interesting.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] keeping track of connections
Следующее
От: Brett McCormick
Дата:
Сообщение: Re: [HACKERS] keeping track of connections