Please allow me one more question on this topic.
I ran this code per russell's script.
select
str_num||' '||name AS full_address,
point_distance(the_geom,2227284.1963667543 ,1435389.6730164126) as dist
from address order by dist limit 1
I got the following error.
ERROR: function point_distance(geometry, numeric, numeric) does not exist
HINT: No function matches the given name and argument types. You may need to add explicit type casts.
Does anyone know what it means and how to resolve it?
Thanks again for all the help