]> granicus.if.org Git - postgis/commitdiff
fix parse_address output
authorRegina Obe <lr@pcorp.us>
Sat, 19 Jul 2014 17:23:16 +0000 (17:23 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 19 Jul 2014 17:23:16 +0000 (17:23 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12807 b70326c6-7e19-0410-871a-916f4a2858ee

doc/extras_address_standardizer.xml

index 005a066d85a1ac6eb165679a551059c8dfdfe348..8e47838496dd3314d270a6a721dd7bfc20f3eb51 100644 (file)
@@ -324,9 +324,9 @@ into includes in the future for easier maintenance.</para></listitem>
                        <title>Examples</title>\r
        \r
                        <programlisting>SELECT num, street, city, zip, zipplus FROM parse_address('1 Devonshire Place, Boston, MA 02109-1234');</programlisting>\r
-                       <screen> num |          street          |  city  |  zip  | zipplus\r
------+--------------------------+--------+-------+---------\r
- 1   | Devonshire Place, PH 301 | Boston | 02109 | 1234</screen>\r
+                       <screen> num |      street      |  city  |  zip  | zipplus\r
+-----+------------------+--------+-------+---------\r
+ 1   | Devonshire Place | Boston | 02109 | 1234</screen>\r
                </refsection>\r
        \r
                <!-- Optionally add a "See Also" section -->\r