Re: pg_dump/restore issue with schemas

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: pg_dump/restore issue with schemas
Дата
Msg-id
19762.1065194413@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
pg_dump/restore issue with schemas Richard Huxton <dev@archonet.com>
Re: pg_dump/restore issue with schemas Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_dump/restore issue with schemas Richard Huxton <dev@archonet.com>
Re: pg_dump/restore issue with schemas Tom Lane <tgl@sss.pgh.pa.us>
Richard Huxton  writes:
> table public.a
> function reports.f()
> The function refers to "a" without the full schema (i.e. not as "public.a")
> The function was originally defined with its name as "reports.f" while 
> search_path = public...

> On dump/restore the search_path is set to reports, pg_catalog so of
> course you get a "no relation a" error

This is an SQL function right?

This seems to be an additional and fairly critical reason to disable
checking of SQL function bodies during a reload.  I had already proposed
doing so:
http://archives.postgresql.org/pgsql-hackers/2003-09/msg00970.php
but that seemed to have been greeted by a collective yawn, so I was not
planning to do it for 7.4.  Now I'm thinking we had better do it.

			regards, tom lane
В списке pgsql-bugs по дате отправления
От: Richard Huxton
Дата:
От: Richard Huxton
Дата:
FAQ