[postgis-tickets] [PostGIS] #3076: Unqualified function calls break postgres_fdw compatibiliy

PostGIS trac at osgeo.org
Wed Mar 11 23:49:17 PDT 2015


#3076: Unqualified function calls break postgres_fdw compatibiliy
----------------------+-----------------------------------------------------
 Reporter:  fphilipe  |       Owner:  robe         
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.1.6
Component:  postgis   |     Version:  2.1.x        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by fphilipe):

 > not specific to postgres_fdw

 That's true. Just wanted to show a context in which there is no workaround
 since there's no way to change the `search_path`.

 Another minimal way to reproduce this:

 {{{
 CREATE EXTENSION postgis;
 SET search_path TO pg_catalog;
 select public.st_distance('POINT(0 0)'::public.geography, 'POINT(1
 1)'::public.geography);
 }}}

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