Re: [GENERAL] Explain verbose query with CTE

2012-05-01 Thread Bartosz Dmytrak
2012/4/26 Tom Lane > > I've applied a patch for this. Thanks for the report! > >regards, tom lane > Thanks for Your time :) Regards, Bartek

Re: [GENERAL] Explain verbose query with CTE

2012-04-25 Thread Tom Lane
Bartosz Dmytrak writes: > [ EXPLAIN VERBOSE fails for ] > WITH t as ( > INSERT INTO "tblD1" (id, "Data1") > VALUES ('a', 123) > RETURNING *) > UPDATE "tblBase" > SET "SomeData" = 123 > WHERE id = 'a'; I've applied a patch for this. Thanks for the report! regards, tom la

Re: [GENERAL] Explain verbose query with CTE

2012-04-20 Thread Bartosz Dmytrak
2012/4/20 Tom Lane > Will look into it. > > Thanks again for Your time :) Regards, Bartek

Re: [GENERAL] Explain verbose query with CTE

2012-04-20 Thread Tom Lane
Bartosz Dmytrak writes: > This e-mail is reposted form pgadmin support mailing list. This problem > looks like related with postgres not pgAdmin. > [ EXPLAIN VERBOSE yields a "cache lookup failed" error ] Huh, yeah, that's a backend bug all right. I thought at first you might have a catalog-corr