Re: procpid for temp schema - Mailing list pgsql-admin

From Tom Lane
Subject Re: procpid for temp schema
Date
Msg-id 9042.1238508458@sss.pgh.pa.us
Whole thread Raw
In response to procpid for temp schema  (ashok raj <ashokexplorer@gmail.com>)
List pgsql-admin
ashok raj <ashokexplorer@gmail.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

pgsql-admin by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: PG Patch
Next
From: Emanuel Calvo Franco
Date:
Subject: Re: PG Patch