Changes between Version 9 and Version 10 of Grass7/VectorLib/PostGISInterface


Ignore:
Timestamp:
Nov 27, 2012, 8:06:49 AM (11 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/VectorLib/PostGISInterface

    v9 v10  
    66
    77This data provider allows GRASS to ''read'' (see [source:grass/trunk/lib/vector/Vlib/read_pg.c read_pg.c]) and ''write'' (see [source:grass/trunk/lib/vector/Vlib/write_pg.c write_pg.c]) PostGIS data directly without any external library (like in the case of GRASS-OGR data provider). GRASS-PostGIS data provider is implemented using [http://www.postgresql.org/docs/9.2/static/libpq.html libpq] library.
     8
     9Note that GRASS-PostGIS data provider is compiled only when GRASS is configured with `--with-postgres` switch.
     10 
    811== Simple features access ==
    912