table does not exist

From: Tim Stevens <tstevens(at)genesisnets(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: table does not exist
Date: 1999-08-05 22:34:17
Message-ID: 8148F944C6B6D111929200104B221B91014F99@labnt1.genesisnets.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have installed postgresql version 6.4.2 on a Red Hat Linux 6.0 box. I
have it up and running.

I have used pgaccess to create some tables, and enter some data into
them, but when i run a query I get the following message: <tablename>:
Table does not exist.

my table name is COMPANIES

I am using the following query: SELECT ID, NAME FROM COMPANIES

I run a \dt from the psql interface and my tables show up, but I can not
query them. Is there an administrative step I must do first?

Thanks

Tim Stevens

Tim Stevens
Genesis Networks, Inc.
3943 South 48th Street, Lincoln, NE 68506
Phone 402-488-6468
fax 402-488-6535
E-mail tstevens(at)genesisnets(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roberto Moreda 1999-08-06 00:14:49 Two questions about join performance
Previous Message Brett W. McCoy 1999-08-05 17:19:10 Re: [GENERAL] "group, by", problem, when, combined, with, "insert, into"