plpgsql TEMP table issue not fixed in 8.1?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема plpgsql TEMP table issue not fixed in 8.1?
Дата
Msg-id 200508311718.35457.josh@agliodbs.com
обсуждение исходный текст
Ответы Re: plpgsql TEMP table issue not fixed in 8.1?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Folks,

I'd swear somebody committed a fix for the issue with temp tables inside
plpgsql functions, like, months ago.  Yet I still get:

ERROR:  relation with OID 16607 does not exist
CONTEXT:  SQL statement "INSERT INTO tmp_runs ( run_id, batch, machine )
VALUES ( NEXTVAL('runs_run_id_seq'),  $1 ,  $2 [ $3 ] )"
        PL/pgSQL function "generate_test_series" line 67 at SQL statement
ERROR:  relation with OID 16607 does not exist

This is CVS as of a week ago.

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: BUG #1856: chinese sort error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql TEMP table issue not fixed in 8.1?