Re: display temp table structure?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Limin Liu <limin(at)pumpkinnet(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: display temp table structure?
Date: 2001-03-13 00:23:52
Message-ID: 7947.984443032@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> There is no user-visible mapping, though the number is the process id.
> You could use that. I think you can get the backend process id somehow,
> but I am not sure how. Anyone?

If you're using libpq, there is a function to retrieve the backend's PID
from the PGconn (PQbackendPID). I don't think any of the other client
libraries provide this (yet).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Schnitzer 2001-03-13 00:45:44 Case insensitive primary keys
Previous Message Joseph Shraibman 2001-03-13 00:13:42 Re: -F option again