Given a PostGIS-enabled table of points, what's the best way to retrieve all the points that are within a certain distance of a given line? The line can have an arbitrary number of points (i.e., it's not straight). Surely this is a solved problem. Thanks for any help -- I'm still learning! :-) Adrian