Error with table that exists but postgres says it doesn't

From: "Chris Williams" <chris_d_williams(at)itd(dot)sterling(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Error with table that exists but postgres says it doesn't
Date: 1998-12-08 20:41:53
Message-ID: 0b3801be22eb$31490300$edfe04c7@itd.sterling.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a table I created and it shows up when I do the \dt from the psql prompt. But when I try to
do a select from it I get the following.

select * from jddattdata;
ERROR: cannot find attribute 1 of relation jddattdata

I haven't inserted any data yet. I tried to drop the table and I get an error also. Any way I can
clean some system table to help me fix this problem.
Thanks
---------
Chris Williams
Sterling Software
Rome, New York
Phone: (315) 336-0500
Email: chris_d_williams(at)sterling(dot)com

Browse pgsql-general by date

  From Date Subject
Next Message Bob Dusek 1998-12-08 21:42:09 Re: [GENERAL] Other user access to database
Previous Message Glenn Sullivan 1998-12-08 18:55:18 Other user access to database