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

PostGIS trac at osgeo.org
Thu Apr 25 02:51:50 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 robe):

 Also need to support this syntax:


 {{{

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

 }}}

 Since if people are anal enough or crazy enought to use mixed case in
 their tables they'll want/need to quote their tables and their schemas

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2284#comment:1>
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