<DIV style="font-family:Arial, sans-serif; font-size:10pt;"><FONT style="font-family: Arial, sans-serif;">Hello,</FONT><DIV style="font-family: Arial, sans-serif;"><BR></DIV><DIV><FONT face="Arial, sans-serif"><FONT>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 </FONT>"Coordinates" geometry(Point,4326).  I then populated the column using the command ST_SetSRID(ST_MakePoint(-89.53580,44.12101), 4326));</FONT></DIV><DIV><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><FONT face="Arial, sans-serif"><SPAN style="background-color: rgb(247, 247, 247);"><BR></SPAN></FONT></DIV><DIV><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><FONT face="Arial, sans-serif"><SPAN style="background-color: rgb(247, 247, 247);"><BR></SPAN></FONT></DIV><DIV><FONT face="Arial, sans-serif"><SPAN style="background-color: rgb(247, 247, 247);">Thanks!</SPAN></FONT></DIV><DIV><FONT face="Arial, sans-serif"><SPAN style="background-color: rgb(247, 247, 247);">Evan</SPAN></FONT></DIV></DIV>