<div dir="ltr"><div>Evan, the internal geometry storage format cannot be changed.<br><br></div>You can query your database to get the "human" values with ST_AsText and other functions for printing. This depends a lot on what you need to do.<br>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 14, 2014 at 5:06 PM, Evan Phillippi <span dir="ltr"><<a href="mailto:ev_phil@rocketmail.com" target="_blank">ev_phil@rocketmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;font-size:12pt">

<div><span style="font-family:Arial,sans-serif;font-size:13px">Hello,</span></div><div style="font-family:Arial,sans-serif;font-size:13px"><br></div><div style="font-family:Arial,sans-serif;font-size:13px"><font face="Arial, sans-serif">I am attempting to store some gps coordinates that i collected for a geospatial db in precision ag.  I created a table with a geometry column called "Coordinates"  using the command "Coordinates" geometry(Point,4326).  I then populated the column using the command ST_SetSRID(ST_MakePoint(-89.53580,44.12101), 4326));</font></div>

<div style="font-family:Arial,sans-serif;font-size:13px"><font face="Arial, sans-serif">This populates the coordinate table with a string in WKB.  Is there a way I can covert the output values of the entire column from WKB to the raw lat,lon values.  I have tried the alter table command    <span style="background-color:rgb(247,247,247)">ALTER TABLE "Customers"ALTER COLUMN "Coordinates" TYPE geometry(St_AsLatLonText), 4326));  but with no luck. </span></font></div>

<div style="font-family:Arial,sans-serif;font-size:13px"><font face="Arial, sans-serif"><span style="background-color:rgb(247,247,247)"><br></span></font></div><div style="font-family:Arial,sans-serif;font-size:13px"><font face="Arial, sans-serif"><span style="background-color:rgb(247,247,247)">Im relatively new to sql and postgres,  I would certainly appreciate any help.</span></font></div>

<div style="font-family:Arial,sans-serif;font-size:13px"><font face="Arial, sans-serif"><span style="background-color:rgb(247,247,247)"><br></span></font></div><div style="font-family:Arial,sans-serif;font-size:13px"><font face="Arial, sans-serif"><span style="background-color:rgb(247,247,247)">Thanks!</span></font></div>

<span class="HOEnZb"><font color="#888888"><div style="font-family:Arial,sans-serif;font-size:13px"><font face="Arial, sans-serif"><span style="background-color:rgb(247,247,247)">Evan</span></font></div><div><font face="Arial, sans-serif"><span style="background-color:rgb(247,247,247)"><br>

</span></font></div><div><br></div></font></span></div></div><br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">

George R. C. Silva<br>SIGMA Consultoria<div>----------------------------<br><div><a href="http://www.consultoriasigma.com.br/" target="_blank">http://www.consultoriasigma.com.br/</a><div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%">

</div><div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%"></div><div style="padding:0px;margin-left:0px;margin-top:0px;overflow:hidden;word-wrap:break-word;color:black;font-size:10px;text-align:left;line-height:130%">

</div></div></div></div>
</div>