[postgis-devel] [PostGIS] #1429: Review visibility of database	changes.
    PostGIS 
    trac at osgeo.org
       
    Tue Jan  3 04:22:26 PST 2012
    
    
  
#1429: Review visibility of database changes.
----------------------+-----------------------------------------------------
 Reporter:  strk      |       Owner:  strk         
     Type:  task      |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.0.0
Component:  topology  |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------
Comment(by strk):
 From http://www.postgresql.org/docs/8.3/static/spi-visibility.html
 {{{
 All standard procedural languages set the SPI read-write mode depending on
 the volatility attribute of the function. Commands of STABLE and IMMUTABLE
 functions are done in read-only mode, while commands of VOLATILE functions
 are done in read-write mode. While authors of C functions are able to
 violate this convention, it's unlikely to be a good idea to do so.
 }}}
-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1429#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-devel
mailing list