select * from pg_veiw; errors in 6.5 and 6.4.2

From: Michael Davis <michael(dot)davis(at)prevuenet(dot)com>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: select * from pg_veiw; errors in 6.5 and 6.4.2
Date: 1999-03-30 05:20:18
Message-ID: 93C04F1F5173D211A27900105AA8FCFC1452F5@lambic.prevuenet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Anytime I create a view that includes a call to a C function in a library I
created, I get the following errors in pgsql:

select * from pg_views;
ERROR: cache lookup of attribute 0 in relation 148801 failed

Select * from pg_tables;
Works

\dt works okay.

Red Hat 5.2, Intel, psql and PostgreSQL version 6.5. This error also
appeared in version 6.4.2.

Thanks, Michael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-03-30 06:09:40 Re: [HACKERS] vacuum updated...
Previous Message The Hermit Hacker 1999-03-30 05:20:11 Re: [HACKERS] Some 6.5 regression tests are failing