<div>when I'm trying to use shp2pgsql to convert a shp file into postgresql.<br>as I do it using the following commands:<br>1, shp2pgsql pt_gsqy_point.shp pt_gsqy_point postgis> pt_gsqy_point.sql<br>2, psql -d postgis -f pt_gsqy_point.sql >log.txt</div>

<div><br>after I run <strong>the first command</strong>, and I got sql script file:<br>the content is :<br>BEGIN;<br>CREATE TABLE "pt_gsqy_point" (gid serial PRIMARY KEY,<br>"name" varchar(40));<br>SELECT AddGeometryColumn('','pt_gsqy_point','the_geom','-1','POINT',2);<br>
INSERT INTO "pt_gsqy_point" ("name",the_geom) VALUES ('the first location name','010100000085EC6F9141E2C5C0E829EE9F0AC98240');<br>INSERT INTO "pt_gsqy_point" ("name",the_geom) VALUES ('the second location name','0101000000CCFE346E05B4C5C0A9A946F9A30D8640');<br>
.....<br>...<br>etc...<br><br>and after <strong>I run the second command</strong>, in the pgadmin, I got to see the values<br>in it. but the geometry values can not be used directly, as the values are<br>those : '010100000085EC6F9141E2C5C0E829EE9F0AC98240',<br>
anyone in the mailist have used the shp2pgsql.exe???<br>how to deal with it, so that I can use those point coordinates to do some<br>operations, such as select a point using the point coordinate to get the<br>name of it.<br>
</div>
<div>thankyou.</div>
<div> </div>
<div>yours, shieldy<br><br><br clear="all"><br></div>