From: Regina Obe Date: Sat, 19 Jul 2014 17:23:16 +0000 (+0000) Subject: fix parse_address output X-Git-Tag: 2.2.0rc1~956 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=143d033418b9b71073985f31ab7b4d4b96546e37;p=postgis fix parse_address output git-svn-id: http://svn.osgeo.org/postgis/trunk@12807 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/extras_address_standardizer.xml b/doc/extras_address_standardizer.xml index 005a066d8..8e4783849 100644 --- a/doc/extras_address_standardizer.xml +++ b/doc/extras_address_standardizer.xml @@ -324,9 +324,9 @@ into includes in the future for easier maintenance. Examples SELECT num, street, city, zip, zipplus FROM parse_address('1 Devonshire Place, Boston, MA 02109-1234'); - num | street | city | zip | zipplus ------+--------------------------+--------+-------+--------- - 1 | Devonshire Place, PH 301 | Boston | 02109 | 1234 + num | street | city | zip | zipplus +-----+------------------+--------+-------+--------- + 1 | Devonshire Place | Boston | 02109 | 1234