[postgis-tickets] r15396 - Fix mismatch between actual and documented output

Regina Obe lr at pcorp.us
Thu May 18 18:59:22 PDT 2017


Author: robe
Date: 2017-05-18 18:59:22 -0700 (Thu, 18 May 2017)
New Revision: 15396

Modified:
   trunk/doc/installation.xml
Log:
Fix mismatch between actual and documented output
Closes https://github.com/postgis/postgis/pull/118

Modified: trunk/doc/installation.xml
===================================================================
--- trunk/doc/installation.xml	2017-05-19 01:54:46 UTC (rev 15395)
+++ trunk/doc/installation.xml	2017-05-19 01:59:22 UTC (rev 15396)
@@ -1519,7 +1519,7 @@
 
 			<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
 -----+------------------------+--------+-------+-------



More information about the postgis-tickets mailing list