Re: Materialized views WIP patch

From: Thom Brown <thom(at)linux(dot)com>
To: Kevin Grittner <kgrittn(at)mail(dot)com>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Materialized views WIP patch
Date: 2012-11-16 17:14:43
Message-ID: CAA-aLv41_g1jMOLanPCWUzVE5tZaBTSeXoA4xpUENtqu-5caLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 15 November 2012 02:28, Kevin Grittner <kgrittn(at)mail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Phil Sorber 2012-11-16 17:43:23 Re: [WIP] pg_ping utility
Previous Message Tom Lane 2012-11-16 17:08:26 Re: Materialized views WIP patch