Hi all,<div><br></div><div>When using the pgsql2shp the gid column is not included.</div><div>I even tried typing a "select gid AS g_id" to include it as a different column name, but this did not work.</div><div>
<br></div><div>My syntax: pgsql2shp -f pgfinal2008.shp -h localhost -u user -P pass postgis public.pgfinal2008 "SELECT *, gid as g_id FROM pgfinal2008</div><div><br></div><div>Any ideas how i manage to extract the gid column from my tables?</div>
<div><br></div><div>Andreas</div>