Changes between Version 9 and Version 10 of Grass7/VectorLib/PostGISInterface
- Timestamp:
- 11/27/12 08:06:49 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/VectorLib/PostGISInterface
v9 v10 6 6 7 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. 8 9 Note that GRASS-PostGIS data provider is compiled only when GRASS is configured with `--with-postgres` switch. 10 8 11 == Simple features access == 9 12