| От | Michael Fuhr |
|---|---|
| Тема | Re: create/drop table bug |
| Дата | |
| Msg-id | 20041212015557.GA43380@winnie.fuhr.org обсуждение |
| Ответ на | create/drop table bug ("Libsis" <libsis@arnet.com.ar>) |
| Список | pgsql-bugs |
On Fri, Dec 10, 2004 at 05:30:14PM -0300, Libsis wrote: > ERROR: relation with OID 17687 does not exist > CONTEXT: PL/pgSQL function "myfunc" line 5 at for over select rows > > the oid 17687 is corresponding with the table created inside the > function (SELECT INTO newtable) (see point 3) but later, in the same > function, this table is dropped. when the function (point 5) is > executed again, this search for the oid's table but never found it. Cached plans are causing the problem. See the PL/pgSQL chapter in the documentation -- the Overview section describes what's happening and how to work around it. -- Michael Fuhr http://www.fuhr.org/~mfuhr/
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера