[postgis-tickets] [PostGIS] #2284: standardize_address doesn't accept schema qualified table names

PostGIS trac at osgeo.org
Thu Apr 25 17:22:45 PDT 2013


#2284: standardize_address doesn't accept schema qualified table names
---------------------------------+------------------------------------------
 Reporter:  robe                 |       Owner:  robe         
     Type:  defect               |      Status:  new          
 Priority:  medium               |   Milestone:  PostGIS 2.1.0
Component:  pagc_address_parser  |     Version:  trunk        
 Keywords:                       |  
---------------------------------+------------------------------------------

Comment(by woodbri):

 The current code supports the following syntax:

 {{{
 select (std).* from (
     select standardize_address('public.lex', 'public.gaz', 'public.rules',
 micro, macro) as std
       from addresses) as foo;
 }}}

 I can probably allow '"' chars to be ok also.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2284#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list