Jan Wieck <[EMAIL PROTECTED]> writes: > This isn't local recompilation in current backend. It's > recreation of the pg_rewrite entry for a relation, including > propagation. Where I'd like to go (see my previous mail) is that pg_rewrite, pg_attrdef, and friends store *only* the source text of rules, default expressions, etc. No compiled trees at all in the database. So there's no need to update the database entries, but there is a need for something like a shared-cache-invalidation procedure to cause backends to recompile things that depend on updated relations. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
- Re: [HACKERS] Rule recompilation Alex Pilosov
- RE: [HACKERS] Rule recompilation Mikheev, Vadim
- Re: [HACKERS] Rule recompilation Alex Pilosov
- RE: [HACKERS] Rule recompilation Mikheev, Vadim
- [HACKERS] Dependency tracking Jean-Michel POURE
- Re: [HACKERS] Rule recompilation Jan Wieck
- Re: [HACKERS] Rule recompilation Tom Lane
- Re: [HACKERS] Rule recompilation Alex Pilosov
- Re: [HACKERS] Rule recompilation Jan Wieck
- Re: [HACKERS] Rule recompilation Tom Lane
- Re: [HACKERS] Rule recompilation Tom Lane
- Re: [HACKERS] Rule recompilation Jan Wieck
- Re: [HACKERS] Rule recompilation Jan Wieck
- Re: [HACKERS] Rule recompilation Tom Lane
- Re: [HACKERS] Rule recompilation Tom Lane
- Re: [HACKERS] Rule recompilation Jan Wieck
- Re: [HACKERS] Rule recompilation Tom Lane
- Re: [HACKERS] Rule recompilation Jean-Michel POURE
- Re: [HACKERS] Rule recompilation Peter Eisentraut
- Re: [HACKERS] Rule recompilation Alex Pilosov
- Re: [HACKERS] Rule recompilation Tom Lane