Way to identify the current session's temp tables within pg_class ?

From: Marc Mamin <M(dot)Mamin(at)intershop(dot)de>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Way to identify the current session's temp tables within pg_class ?
Date: 2014-08-25 10:48:55
Message-ID: B6F6FD62F2624C4C9916AC0175D56D8828AC8F4E@jenmbs01.ad.intershop.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

When different sessions create temp tables with the same name:
How can I identify the oid of the one created within the current session ?

Thanks,

Marc Mamin

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Soni M 2014-08-25 11:17:28 Re: Query planner question
Previous Message Heikki Linnakangas 2014-08-25 09:37:14 Re: Extended Prefetching using Asynchronous IO - proposal and patch