Changes

Jump to navigation Jump to search
no edit summary
You can test that the installation worked by running the following query:
SELECT na.address, na.streetname,na.streettypeabbrev, na.zip
FROM normalize_address('1 Devonshire Place, Boston, MA 02109') AS na;
This should return the following:

Navigation menu