Hi all,<br>    I am still stuck at this "Ident authentification error"...<img goomoji="gtalk.323" style="margin: 0pt 0.2ex; vertical-align: middle;" src="cid:gtalk.323@goomoji.gmail"> The sequence of commands that I used and their outputs are as below:<br>
<br>shreerang@ubuntu:~/Shapefiles/06001_Alameda_County/tl_2008_06001_arealm$ shp2pgsql -s 4326 -I -S tl_2008_06001_arealm.shp public.testdb > tl_2008_06001_arealm.sql<br>Shapefile type: Polygon<br>Postgis type: POLYGON[2]<br>
<br><br>shreerang@ubuntu:~/Shapefiles/06001_Alameda_County/tl_2008_06001_arealm$ psql -d testdb -h localhost -p 5432 -U postgres<br>Welcome to psql 8.3.9 (server 8.4.2), the PostgreSQL interactive terminal.<br><br>testdb=# psql -d testdb -U postgres -f tl_2008_06001_arealm.sql<br>
<br>What should be the output of this command at the terminal? On entering this command the terminal gives a new promt. Is this the desired output?<br><br>When I use the command  testdb-# \d  I get the output as:<br><br>              List of relations<br>
 Schema |       Name       | Type  |  Owner   <br>--------+------------------+-------+----------<br> public | geometry_columns | table | postgres<br> public | spatial_ref_sys  | table | postgres<br>(2 rows)<br><br>Please help guys!!!<br>