Thank you so much for your help and patience Russell.
I ran the current 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
and now I get this:
ERROR: function point_distance(geometry, "unknown") does not exist
HINT: No function matches the given name and argument types. You may need to add explicit type casts.