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