Re: - Mailing list pgsql-general

From Luca Ferrari
Subject Re:
Date
Msg-id CAKoxK+4zXZSPG1K3HJHH9o0Q8TgWBT-9oB4fLZ08tsqVh2k1Mw@mail.gmail.com
Whole thread Raw
In response to Re:  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Responses Re:  (Vincenzo Romano <vincenzo.romano@notorand.it>)
List pgsql-general
On Sun, Jul 14, 2013 at 8:36 PM, Vincenzo Romano
<vincenzo.romano@notorand.it> wrote:

> I am only concerned about how late is done the binding between a table
> name and the actual OID for other functions, views and triggers.


Well, it should work like this: once the parser decides that a query
looks good, it seaches for the catalogue to find out all the names of
implied relations. Therefore, the binding you mention should happen as
late as possible. However, I'm not sure if there a kind of caching
mechanism that can invalidate such sentence. Someone with more
experience can detail better.

Luca


pgsql-general by date:

Previous
From: Sergey Konoplev
Date:
Subject: Re: Transaction control in shards through PLPROXY
Next
From: Sergey Konoplev
Date:
Subject: Re: Transaction control in shards through PLPROXY