Re: [HACKERS] query path, and rules

2008-10-07 Thread Grzegorz Jaskiewicz
On 2008-10-08, at 01:57, Alvaro Herrera wrote: Actually I find this to be a perfectly acceptable question for this list. ISTM the answer, however, is to have a look at the documentation we have already in place ... perhaps starting with the Developer's FAQ at http://wiki.postgresql.org/wi

Re: [HACKERS] query path, and rules

2008-10-07 Thread Alvaro Herrera
> > On 2008-10-06, at 20:59, Grzegorz Jaskiewicz wrote: > > > >> Hey folks, > >> > >> I would like to learn more about execution path for a simple query, that > >> is going to be changed by a rule. I want to find out, why output of > >> 'affected rows' isn't always altered properly in rules rewrit

Re: [HACKERS] query path, and rules

2008-10-07 Thread Robert Haas
This is not a support list. Sounds like you should consider purchasing a commercial support contract, or you could try asking on pgsql-general. ...Robert On Tue, Oct 7, 2008 at 4:30 PM, Grzegorz Jaskiewicz <[EMAIL PROTECTED]> wrote: > > On 2008-10-06, at 20:59, Grzegorz Jaskiewicz wrote: > >> He

Re: [HACKERS] query path, and rules

2008-10-07 Thread Grzegorz Jaskiewicz
On 2008-10-06, at 20:59, Grzegorz Jaskiewicz wrote: Hey folks, I would like to learn more about execution path for a simple query, that is going to be changed by a rule. I want to find out, why output of 'affected rows' isn't always altered properly in rules rewriting inserts and updates

[HACKERS] query path, and rules

2008-10-06 Thread Grzegorz Jaskiewicz
Hey folks, I would like to learn more about execution path for a simple query, that is going to be changed by a rule. I want to find out, why output of 'affected rows' isn't always altered properly in rules rewriting inserts and updates. Can someone give me simple guide on where should I lo