create view error???

From: Rynell Wesson <rwesson(at)cs(dot)utexas(dot)edu>
To: pgsql-novice(at)postgresql(dot)org
Subject: create view error???
Date: 2000-11-14 12:27:40
Message-ID: Pine.LNX.4.21.0011140627010.27816-100000@isle-of-jura.cs.utexas.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

OS: Linux 2.2.16
DB: postgresql-7.0.2

Why can't I create views? I get the following errors. What do I need to
do to properly create this file-- pg_rewrite_rulename_index?

fakedb=# create view foo as
fakedb-# select * from person;
NOTICE: mdopen: couldn't open pg_rewrite_rulename_index: No such file or
directory
NOTICE: mdopen: couldn't open pg_rewrite_rulename_index: No such file or
directory
ERROR: cannot open relation pg_rewrite_rulename_index
fakedb=#

Thanks.

Rynell

Browse pgsql-novice by date

  From Date Subject
Next Message Joonas Makkonen 2000-11-14 13:20:06 Dropping a broken function
Previous Message Mauricio Alarcon 2000-11-14 12:20:09 Replication