Re: Tips/advice for implementing integrated RESTful HTTP API

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Tips/advice for implementing integrated RESTful HTTP API
Дата
Msg-id 54031DF8.2050509@gmx.net
обсуждение исходный текст
Ответ на Tips/advice for implementing integrated RESTful HTTP API  (Dobes Vandermeer <dobesv@gmail.com>)
Ответы Re: Tips/advice for implementing integrated RESTful HTTP API  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Список pgsql-hackers
On 8/31/14 12:40 AM, Dobes Vandermeer wrote:
> The background workers can apparently only connect to a single database
> at a time, but I want to expose all the databases via the API. 

I think the term "background worker" should be taken as a hint that
"foreground protocol endpoint" was not one of the envisioned use cases.I think this sort of thing should be done as a
separateprocess in
 
front of the postmaster.




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

Предыдущее
От: Christoph Berg
Дата:
Сообщение: Re: pg_filedump for 9.4?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: COPY and heap_sync