Bartosz Dmytrak <[email protected]> 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 lane
--
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
