Re: What could cause a temp table to disappear?

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: What could cause a temp table to disappear?
Дата
Msg-id 512E807D.3080408@gmail.com
обсуждение исходный текст
Ответ на Re: What could cause a temp table to disappear?  (François Beausoleil <francois@teksol.info>)
Ответы Re: What could cause a temp table to disappear?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 02/27/2013 01:48 PM, François Beausoleil wrote:
>
> Le 2013-02-27 à 16:45, Adrian Klaver a écrit :
>
>> On 02/27/2013 01:19 PM, François Beausoleil wrote:
>>
>>>
>>> Any hints?
>>
>> See in line notes below.
>> Also what client/library are you using to connect with?
>
> I use Ruby & Sequel. Sequel is a very thin library over straight SQL.
>

>
> This is the production log, and it's the exact same in dev. The data I'm
> putting in the tables is authoritative, except for airings, which may or
> may not already exist in the database. In dev, the INSERT INTO airings
> SELECT * FROM airings_import WHERE NOT EXISTS(...) statement runs to
> completion. That's why I'm puzzled.

Everything else is the same? It is acting like something is closing a
session on you. Could there be a connection pooler in the mix?

>
> Bye,
> François


--
Adrian Klaver
adrian.klaver@gmail.com

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

Предыдущее
От: François Beausoleil
Дата:
Сообщение: Re: What could cause a temp table to disappear?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: What could cause a temp table to disappear?