PostGIS adds many functions with spatial functionality to PostgreSQL. We've already seen ST_GeomFromText which converts WKT to geometry. Most of them start with ST (for spatial type) and are listed in a section of the PostGIS documentation. We'll now use one to answer a practical question - how far are these three Londons away from each other, in metres, assuming a spherical earth?