From 143d033418b9b71073985f31ab7b4d4b96546e37 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 19 Jul 2014 17:23:16 +0000 Subject: [PATCH] fix parse_address output git-svn-id: http://svn.osgeo.org/postgis/trunk@12807 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/extras_address_standardizer.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.50.0