<p dir="ltr">Hi,</p>
<p dir="ltr">If I understand what you're looking for, I think you just need to call path and geom separately. This would look like:<br>
WITH yourquery AS (yourquery)<br>
SELECT (st_dumppoints).path, (st_dumppoints).geom FROM yourquery</p>
<p dir="ltr">And if you want to collect all points of an object you could do that using a group by clause on the object identifier and st_collect((st_dumppoints).geom). </p>
<p dir="ltr">HTH</p>
<p dir="ltr">Hug</p>
<div class="gmail_extra"><br><div class="gmail_quote">Le 5 août 2016 8:56 AM, Sebastian Teßmer <SebastianTessmer@gmx.de> a écrit :<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:'verdana';font-size:12px"><div>Hi everybody,</div>

<div> </div>

<div>i have a problem with st_dumppoints and i hope you can help...</div>

<div> </div>

<div>my sql is:</div>

<div> </div>

<div><strong>SELECT st_dumppoints(st_transform(flstfinal.geom, 4326)) AS st_dumppoints FROM flstfinal;</strong></div>

<div> </div>

<div>with the result (for example):</div>

<div> </div>

<div><strong>("{1,1,1}", and then a wkt geometry.....</strong></div>

<div> </div>

<div>at the beginning, i have that i want, but the geomtery isn't that what i want.</div>

<div> </div>

<div>I need a geometry like <strong>MULTIPOINT(.....)</strong></div>

<div> </div>

<div>I want a result like:</div>

<div> </div>

<div><u>Column 1      |      Column 2</u></div>

<div>1,1,1            |     Multipoint(Point in WGS84)</div>

<div>....</div>

<div>Can anybody help me?</div>

<div> </div>

<div>Thank you very munch!!!</div>

<div> </div>

<div>Sebastian</div>

<div> </div>

<div> </div></div></div>
</blockquote></div><br></div>