error: table does not exist - Mailing list pgsql-novice

From jun queano
Subject error: table does not exist
Date
Msg-id 000e01c36015$a3dcc480$5f10a8c0@Jun
Whole thread Raw
Responses Re: error: table does not exist
Re: error: table does not exist
List pgsql-novice
Using pgAdminII (vb version) i encountered this problem:
 
SQL syntax to add a single record as a manner of testing:
"INSERT INTO Table1(Age,EmployeeName,Gender,Address1,Address2,Company,Designation,License) "VALUES ('26','jun','m','add1','add2','sttb','sf','1234')"
 
error### = "table1" does not exist
 
the thing that confuses me is that i have created the table and named it "Table1" with respective columns as mentioned above.  all column data types are set to "text[]"
 
is there anything wrong?

pgsql-novice by date:

Previous
From: "Steve McAllister"
Date:
Subject: Re: getting PostgreSQL version from TCP/IP client
Next
From: Stephan Szabo
Date:
Subject: Re: error: table does not exist