Re: Materialized views WIP patch

Thom Brown <thom@linux.com>

From: Thom Brown <thom@linux.com>
To: Kevin Grittner <kgrittn@mail.com>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2012-11-16T17:14:43Z
Lists: pgsql-hackers
On 15 November 2012 02:28, Kevin Grittner <kgrittn@mail.com> wrote:

> Attached is a patch that...
>

 Got this error:

postgres=# create view v_test as select 1;
CREATE VIEW
postgres=# create materialized view mv_test as select * from v_test;
ERROR:  could not open file "base/12064/16425": No such file or directory

-- 
Thom

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Preserve intermediate .c files in coverage mode