Re: display temp table structure?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: display temp table structure?
Дата
Msg-id 7947.984443032@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: display temp table structure?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: Re: -F option again
Следующее
От: "Jeff Schnitzer"
Дата:
Сообщение: Case insensitive primary keys