Re: display temp table structure?

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

I installed getpid() as a user-defined function (while testing an idea)
- it seemed to work and I assumed it was the backend pid I was getting.

- Richard Huxton

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Re: Anyone can create tables!
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: help with simple rule