From: Regina Obe Date: Fri, 19 May 2017 01:59:22 +0000 (+0000) Subject: Fix mismatch between actual and documented output X-Git-Tag: 2.4.0alpha~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=132b75d20446c6923391263ee618b61bb99e9177;p=postgis Fix mismatch between actual and documented output Closes https://github.com/postgis/postgis/pull/118 git-svn-id: http://svn.osgeo.org/postgis/trunk@15396 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/installation.xml b/doc/installation.xml index 3c73bbcef..38cf59b1e 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1519,7 +1519,7 @@ but you can download the latest at: http://www. The following test requires no rules, gaz, or lex tables SELECT num, street, city, state, zip - FROM parse_address('1 Devonshire Place, Boston, MA 02109'); + FROM parse_address('1 Devonshire Place PH301, Boston, MA 02109'); Output should be num | street | city | state | zip -----+------------------------+--------+-------+-------