Re: connection dropped from the backend server

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: connection dropped from the backend server
Дата
Msg-id 9c4890fe-df61-eae9-48c0-f01fbafedf3a@aklaver.com
обсуждение исходный текст
Ответ на connection dropped from the backend server  (armand pirvu <armand.pirvu@gmail.com>)
Ответы Re: connection dropped from the backend server
Список pgsql-general
On 03/27/2018 03:36 PM, armand pirvu wrote:
> Hi all
> 
> 
> I have a process of some data manipulation and ultimate transfer to a postgres database
> A DML statement gest concoted with the transformed data and pusshed into a named pipe
> The named pipe is tailed -f in the background like this
> 
> nohup $SHELL <<EOF &
> tail -f /u1/sys_admin/dba/mypipe.fifo | psql -U csidba -d repdb -h rephost
> EOF
> 
> All good BUT I do notice every say 10 min although I see the tail and psql processes in the ps output, looking in
pg_stat_activitythere is really nothing the host I run the nohuped tail
 

Could it be that pg_stat_activity shows nothing because the DML has 
completed when you look?

Does the data find its way into the database?

> 
> 
> Any suggestions how to approach this/make it better/monitor ?
> 
> Thanks
> -- Armand
> 
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: legrand legrand
Дата:
Сообщение: Re: Postgres Foreign Data Wrapper and DB2 LUW
Следующее
От: armand pirvu
Дата:
Сообщение: Re: connection dropped from the backend server