Do you mean that the SQL Pane shows this: <br>CREATE TABLE public."MyTestTable"<br>(  etc... )<br><br>Case-sensitivity may be the issue - does your simple sql query include quotes around the table name?<br><br>If it is a case-sensitivity issue and you want to avoid it, the Shapefile and Dbf gui loader plugin for PGAdmin (as one example of another way to do it) will <br>

change table and column names to lowercase for you. <br><br>Mark<br><br><div class="gmail_quote">On Wed, May 18, 2011 at 2:39 PM, Bob Pawley <span dir="ltr"><<a href="mailto:rjpawley@shaw.ca">rjpawley@shaw.ca</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr">
<div dir="ltr">
<div style="font-family: 'Times New Roman'; color: rgb(0, 0, 43); font-size: 12pt;">
<div>Hi</div>
<div> </div>
<div>I imported a shape file using the QGis shapefile to PostgreSQL tool.</div>
<div> </div>
<div>The resulting table appears as normal on the PGAdmin Object Browser and in 
QGis as spatial geometry.</div>
<div> </div>
<div>However the table is not existing according to a simple sql query. Other 
tables are seen with no problem.</div>
<div> </div>
<div>The only difference I can detect is when the table name in the Object 
Browser is highlighted the SQL Pane shows quotes around the table name in the 
Create Table statement.</div>
<div> </div>
<div>The other tables, self created not imported, do not have the quotes around 
the table name.</div>
<div> </div>
<div>Would these quotes be the cause of an sql query not being able to see the 
table??</div>
<div> </div><font color="#888888">
<div>Bob</div></font></div></div></div>
<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
<br></blockquote></div><br>