Re: first time hacker ;) messing with prepared statements

Поиск
Список
Период
Сортировка
От James Mansion
Тема Re: first time hacker ;) messing with prepared statements
Дата
Msg-id 47F13AC9.1080901@mansionfamily.plus.com
обсуждение исходный текст
Ответ на Re: first time hacker ;) messing with prepared statements  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> PFC <lists@peufeu.com> writes:
>   
>>     Do the parse tree store fully qualified "schema.table" or  
>> "schema.function" ?
>>     
>
> They store OIDs.
>   
So, what happens if we reference a temporary table or something else 
that requires resolution
down a search path?

I believe Microsoft and Sybase have to defer some optimisation because 
of this.

James



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

Предыдущее
От: "Gurjeet Singh"
Дата:
Сообщение: Re: [GENERAL] Can Postgres 8.x start if some disks containing tablespaces are not mounted?
Следующее
От: James Mansion
Дата:
Сообщение: Re: POSIX shared memory support