So I have a partial solution, but it creates another problem for me.  I'm able to properly buffer all of the features in Papua New Guinea by doing an ST_Dump and blowing apart the multipolygon, then buffering the individual polygons:<br>
<br>SELECT name, ST_Buffer((ST_Dump(the_geom)).geom, .12) AS the_geom <br><div id=":1oa" class="ii gt">FROM coastlines WHERE iso_3_code = 'PNG';<br><br>However, now I need to reassemble the polygons and dissolve the internal boundaries.  Is that possible?<br>
<br>Roger<br>--<br>
</div><br><br><div class="gmail_quote">On Wed, Mar 25, 2009 at 4:20 PM, Roger André <span dir="ltr"><<a href="mailto:randre@gmail.com">randre@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All,<br><br>I'm having some problems with features that are being returned from an ST_Buffer operation in PostGIS.  When I try to buffer the extents of Papua New Guinea, a large region in the middle of its extents is omitted.  You can see a visual representation of this at <a href="http://lagerratrobe.blogspot.com/2009/03/problem-with-postgis-stbuffer.html" target="_blank">http://lagerratrobe.blogspot.com/2009/03/problem-with-postgis-stbuffer.html</a><br>

<br>If I just select the country itself, I get back all of the features that I'm expecting.  In the image I've posted above, the black area indicates the results of that query.<br><br>I am using postgresql-8.3.5, and postgis-1.3.3.  My select statements is as follows:<br>

    select name, Buffer(the_geom, .12) from coastlines where iso_3_code = 'PNG';<br><br>I've tried this using both a free countries shapefile, as well as an ESRI one, and get the same results.  I'm a bit baffled, and unsure if I have a problem with both data sets, or in my query, or...?  If someone else has had a similar problem in the past, and can shed some light on it, I'd greatly appreciate it.<br>

<br>Thanks in advance,<br><br>Roger<br><font color="#888888">--<br>
</font></blockquote></div><br>