Re: Prepared statements fail after schema changes with surprising error
В списке pgsql-hackers по дате отправления:
| От | Dimitri Fontaine |
|---|---|
| Тема | Re: Prepared statements fail after schema changes with surprising error |
| Дата | |
| Msg-id | m2ehhdjqph.fsf@2ndQuadrant.fr обсуждение исходный текст |
| Ответ на | Re: Prepared statements fail after schema changes with surprising error (Tom Lane <tgl@sss.pgh.pa.us>) |
| Ответы |
Re: Prepared statements fail after schema changes with surprising
error
Re: Prepared statements fail after schema changes with surprising error |
| Список | pgsql-hackers |
Tom Lane <tgl@sss.pgh.pa.us> writes: >> DROP SCHEMA public; >> CREATE SCHEMA public; > > changes the OID of schema public, whereas the search_path that's cached > for the cached plan is cached in terms of OIDs. So while there is a > table named public.z1 at the end of the sequence, it's not in any schema > found in the cached search path. The DROP SCHEMA should invalidate the cached plan, certainly? Regards, -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера