Search Postgresql Archives

Re: What could cause a temp table to disappear?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Adrian Klaver <adrian.klaver@xxxxxxxxx> writes:
> On 02/27/2013 01:48 PM, François Beausoleil wrote:
>> Le 2013-02-27 à 16:45, Adrian Klaver a écrit :
>>> Also what client/library are you using to connect with?

>> I use Ruby & Sequel. Sequel is a very thin library over straight SQL.

> 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?

Or just closing a transaction --- note the ON COMMIT DROP.  I'm thinking
something in the client-side stack is doing something you don't expect.
Suggest turning on server-side logging (log_statement = all, maybe
log_connections too) rather than trusting this client-side log to be
telling the whole truth.

			regards, tom lane


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux