Re: first time hacker ;) messing with prepared statements

From: James Mansion <james(at)mansionfamily(dot)plus(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PFC <lists(at)peufeu(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: first time hacker ;) messing with prepared statements
Date: 2008-03-31 19:26:01
Message-ID: 47F13AC9.1080901@mansionfamily.plus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> PFC <lists(at)peufeu(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message James Mansion 2008-03-31 19:37:45 Re: POSIX shared memory support
Previous Message Gurjeet Singh 2008-03-31 19:15:13 Re: Can Postgres 8.x start if some disks containing tablespaces are not mounted?