From: | Luca Ferrari <fluca1978(at)infinito(dot)it> |
---|---|
To: | Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)it> |
Cc: | PostgreSQL General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: |
Date: | 2013-07-15 06:13:25 |
Message-ID: | CAKoxK+4zXZSPG1K3HJHH9o0Q8TgWBT-9oB4fLZ08tsqVh2k1Mw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sun, Jul 14, 2013 at 8:36 PM, Vincenzo Romano
<vincenzo(dot)romano(at)notorand(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Sergey Konoplev | 2013-07-15 06:16:24 | Re: Transaction control in shards through PLPROXY |
Previous Message | Granthana Biswas | 2013-07-15 05:56:36 | Re: Transaction control in shards through PLPROXY |