Re: BUG #9505: If a function references an unqualified table, it only resolves it from search_path once per session

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: BUG #9505: If a function references an unqualified table, it only resolves it from search_path once per session
Дата
Msg-id 531CE3C0.3020801@dalibo.com
обсуждение исходный текст
Ответ на BUG #9505: If a function references an unqualified table, it only resolves it from search_path once per session  (gordo169@gmail.com)
Список pgsql-bugs
On 03/09/2014 10:45 PM, gordo169@gmail.com wrote:
> The following bug has been logged on the website:
>
> Bug reference:      9505
> Logged by:          Gordon Shannon
> Email address:      gordo169@gmail.com
> PostgreSQL version: 9.2.4
> Operating system:   Centos
> Description:
>
> After session starts, 1st time you run a function with an unqualified
> schema, it will use search_path to resolve.  If in the same session you set
> search_path to point to a different schema with the same table name, when
> you rerun the function it still resolves to the original schema.


This was fixed in 9.3.

http://www.postgresql.org/docs/9.3/static/release-9-3.html#AEN114856
--
Vik

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

Предыдущее
От: gordo169@gmail.com
Дата:
Сообщение: BUG #9505: If a function references an unqualified table, it only resolves it from search_path once per session
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #9485: RFE - cycling sequence rollover to do modulo