psql problem describing tables

From: Sarah Officer <officers(at)aries(dot)tucson(dot)saic(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: psql problem describing tables
Date: 2000-01-19 17:43:27
Message-ID: 3885F7BF.D348402A@aries.tucson.saic.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am running postgres 6.5.3 on an SGI. I haven't done much except
create a few tables and indexes. When I enter psql and type '\d',
all my tables and indexes are listed. When I type '\d tablename'
however, I get the following message:

\d Images
ERROR: typeidTypeRelid: Invalid type - oid = 0

I can select from the table, but there's no data in it. I have the
same problem with all my tables, and I can't describe indexes
either. Any suggestions?

Thanks,

Sarah Officer
officers(at)aries(dot)tucson(dot)saic(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sarah Officer 2000-01-19 18:05:44 Re: [GENERAL] psql problem describing tables
Previous Message Bruce Momjian 2000-01-19 17:07:15 Re: [GENERAL] Re: [SQL] Bug in CEIL?