I have a dummy question:<div><br></div><div>i have a POLYGON, how can i get all the polygon's coordinates with a SELECT query?</div><div><br></div><div>something like: </div><div>select unknown_functions(polygon) from mytable</div>

<div><br></div><div>output:</div><div>1 POINT(1 2) </div><div>2 POINT(2 2)</div><div>3 POINT(3 2)</div><div>...</div><div><br></div><div>or much better if i get</div><div>    X    Y</div><div>1  1     2</div><div>2  2     2</div>

<div>3  3     2</div><div><br></div><div>Thanks a lot.</div><div><br><br><div class="gmail_quote">On Fri, Nov 6, 2009 at 9:19 AM, David Fawcett <span dir="ltr"><<a href="mailto:david.fawcett@gmail.com">david.fawcett@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I think that another good way to approach it is to have a task/problem<br>
that you want to solve using PostGIS (whether real or made up).  Learn<br>
what you need to about PostGIS to solve that problem and branch out<br>
from there.<br>
<font color="#888888"><br>
David.<br>
</font><div><div></div><div class="h5"><br>
On Fri, Nov 6, 2009 at 12:04 AM, Paragon Corporation <<a href="mailto:lr@pcorp.us">lr@pcorp.us</a>> wrote:<br>
> You can also look at some of these - might be helpful<br>
><br>
> <a href="http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01" target="_blank">http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01</a><br>
><br>
> <a href="http://workshops.opengeo.org/stack-intro/" target="_blank">http://workshops.opengeo.org/stack-intro/</a><br>
><br>
> This one is a bit dated but probably still useful<br>
> <a href="http://2007.foss4g.org/workshops/W-04/" target="_blank">http://2007.foss4g.org/workshops/W-04/</a><br>
><br>
> Leo<br>
> ________________________________<br>
> From: <a href="mailto:postgis-users-bounces@postgis.refractions.net">postgis-users-bounces@postgis.refractions.net</a><br>
> [mailto:<a href="mailto:postgis-users-bounces@postgis.refractions.net">postgis-users-bounces@postgis.refractions.net</a>] On Behalf Of Bob and<br>
> Deb<br>
> Sent: Thursday, November 05, 2009 11:51 PM<br>
> To: PostGIS Users Discussion<br>
> Subject: Re: [postgis-users] Postgis for dummies<br>
><br>
> How about the book, "PostGIS in Action" ?   There is even a free chapter<br>
> that might give you enough info to get started.  There is also the Wiki.<br>
><br>
> -Bob<br>
><br>
> On Thu, Nov 5, 2009 at 6:34 PM, Jeff Matthews <<a href="mailto:info@sovereignstates.net">info@sovereignstates.net</a>><br>
> wrote:<br>
>><br>
>> Need link to tutorial at the “dummy” level.<br>
>><br>
>><br>
>><br>
>> I know a bit about kml, but that’s it.  In looking at postgis, I now see,<br>
>> in the instructions, things like, “To spatially-enable a jump-oriented<br>
>> static sql line pointer,….”   That’s just wayyyy over me.  Where do I go as<br>
>> I newbie in gis to become a pro like you all?<br>
>><br>
>><br>
>><br>
>> Thanks.<br>
>><br>
>> _______________________________________________<br>
>> postgis-users mailing list<br>
>> <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
>> <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
>><br>
><br>
><br>
> _______________________________________________<br>
> postgis-users mailing list<br>
> <a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
> <a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
><br>
><br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>