Re: pg_temp 101 question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_temp 101 question
Дата
Msg-id 1330.1294114817@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_temp 101 question  (Konstantin Izmailov <pgfizm@gmail.com>)
Ответы Re: pg_temp 101 question
Список pgsql-general
Konstantin Izmailov <pgfizm@gmail.com> writes:
> My application creates/uses a temporary table "X" via multiple
> connections at the same time. Is there a way to determine which
> pg_temp_N belongs to the current connection?

It seems unlikely that you need to determine that explicitly to solve
your problem.  Just use WHERE C.oid = 'X'::regclass to constrain the
pg_class query, and forget matching to the schema name at all.

            regards, tom lane

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

Предыдущее
От: Konstantin Izmailov
Дата:
Сообщение: pg_temp 101 question
Следующее
От: Konstantin Izmailov
Дата:
Сообщение: Re: pg_temp 101 question