PL/PgSQL and pg_temp pseudo-schema

Поиск
Список
Период
Сортировка
От Vincenzo Romano
Тема PL/PgSQL and pg_temp pseudo-schema
Дата
Msg-id CAHjZ2x7hSbjsc5JK79c7L7dtO9-oeCPURCM3ivPXeeNyaZ2vPg@mail.gmail.com
обсуждение исходный текст
Ответы Re: PL/PgSQL and pg_temp pseudo-schema  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
PL/PgSQL doesn't know the pg_temp meta schema in case you need to
really work on that TEMP TABLE.
At the moment I had to move those DDL/DML queries within a "plain" SQL function.

Is this a feature or a bug? (Seriously, I mean! :-)

TIA.

--
Vincenzo Romano - NotOrAnd.IT
Information Technologies
--
NON QVIETIS MARIBVS NAVTA PERITVS


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: stored procedure variable names
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: PL/PgSQL and pg_temp pseudo-schema