Fix mismatch between actual and documented output
authorRegina Obe <lr@pcorp.us>
Fri, 19 May 2017 01:59:22 +0000 (01:59 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 19 May 2017 01:59:22 +0000 (01:59 +0000)
Closes https://github.com/postgis/postgis/pull/118

git-svn-id: http://svn.osgeo.org/postgis/trunk@15396 b70326c6-7e19-0410-871a-916f4a2858ee

doc/installation.xml

index 3c73bbcef871624988bd2f22203b956dfad7652a..38cf59b1e60eac77597c980e890105611f3cace7 100644 (file)
@@ -1519,7 +1519,7 @@ but you can download the latest at: <ulink url="http://www.pcre.org">http://www.
 
                        <para>The following test requires no rules, gaz, or lex tables</para>
                        <programlisting>SELECT num, street, city, state, zip
- FROM parse_address('1 Devonshire Place, Boston, MA 02109');</programlisting>
+ FROM parse_address('1 Devonshire Place PH301, Boston, MA 02109');</programlisting>
                        <para>Output should be</para>
                        <screen> num |         street         |  city  | state |  zip
 -----+------------------------+--------+-------+-------