On Mon, Jul 30, 2007 at 08:43:34PM -0500, Chris Story wrote: > I am attempting to determine the distance from a point inside a polygon > to the edge of the polygon. How can I achieve this? Have you tried distance(point_geom, exteriorring(poly_geom))? -- Michael Fuhr