Re: how to ensure a client waits for a previous transaction to finish?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how to ensure a client waits for a previous transaction to finish?
Дата
Msg-id 22481.1260336158@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: how to ensure a client waits for a previous transaction to finish?  (Dan Kortschak <dan.kortschak@adelaide.edu.au>)
Ответы Re: how to ensure a client waits for a previous transaction to finish?  (Dan Kortschak <dan.kortschak@adelaide.edu.au>)
Список pgsql-general
Dan Kortschak <dan.kortschak@adelaide.edu.au> writes:
> From working through things with the torque list, it seems to be the
> case that postgresql is behaving differently because it is not attached
> to a terminal (this has caused problems for others on that list with
> sqlite and mysql).

That seems unlikely.  My best guess at this point is that for some
reason the torque scripts are failing to wait for psql to exit.
You might possibly be able to confirm or deny this by watching the
whole process tree with "strace -f" or local equivalent.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Installing PL/pgSQL by default
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: how to ensure a client waits for a previous transaction to finish?