PostgreSQL dblink's way of manipulation with connections

Поиск
Список
Период
Сортировка
От Piotr Rekowski
Тема PostgreSQL dblink's way of manipulation with connections
Дата
Msg-id d11edaa2-5399-41d6-b85c-c2d81a6cce40@k10g2000yqa.googlegroups.com
обсуждение исходный текст
Список pgsql-general
I have created the named dblink connection, then used db A to call
simultaneously the same procedure twice on db B. I have noticed that
the there is one open connection all the time, and there is second
which appear and disappear continually. Is there a way to use
connection pooling, so that one call could take up one connection and
free it once it has done calculating? Or does dblink use completely
other way of manipulating connections?

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

Предыдущее
От: Mark Gabriel Paylaga
Дата:
Сообщение: Re: Connection pool
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: FC13 RPMs for 9.0 - on postgresql.org ftp, but not in yum repo?