Changes between Version 8 and Version 9 of Grass7/VectorLib/PostGISInterface
- Timestamp:
- 11/27/12 08:05:51 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/VectorLib/PostGISInterface
v8 v9 5 5 Development of PostGIS data provider has been supported by [http://www.iasma.it/ Fondazione Edmund Mach] and [http://www3.comune.trento.it/ Comune di Trento] (Italy). 6 6 7 This 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. 7 8 == Simple features access == 8 9