[postgis-devel] [PostGIS] #532: Temporary table geography columns appear in other's sessions

PostGIS trac at osgeo.org
Tue May 25 07:41:45 PDT 2010


#532: Temporary table geography columns appear in other's sessions
---------------------+------------------------------------------------------
 Reporter:  mwtoews  |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 1.5.2
Component:  postgis  |     Version:  1.5.X        
 Keywords:           |  
---------------------+------------------------------------------------------
 If you have multiple sessions, and from only one:
 {{{
 create temp table foo(id serial primary key, geog geography(Point, 4326));
 }}}
 Now all sessions "see" the column in geography_columns, even though it is
 not "their" temporary table. Other sessions can also create the same
 temporary table concurrently, but are distinguished by different
 f_table_schema values (pg_temp_3, pg_temp_4, etc.).

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/532>
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-devel mailing list