Re: procpid for temp schema

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ashok raj <ashokexplorer(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: procpid for temp schema
Date: 2009-03-31 14:07:38
Message-ID: 9042.1238508458@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

ashok raj <ashokexplorer(at)gmail(dot)com> writes:
> is there a way that we could find which procpid or connection that
> has created a particular temporary schema (pg_temp_*) ?.

In 8.3 and up, the number in the pg_temp_N schema name is the same as
the first component of the virtualxids that that session uses. Not
sure how much help that is to you, but if the session is actively
doing anything you should be able to identify its number by watching
pg_locks.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2009-03-31 14:11:55 Re: Hard link backup strategy
Previous Message Emanuel Calvo Franco 2009-03-31 14:05:42 Re: PG Patch