Changes between Version 37 and Version 38 of Grass7/VectorLib/PostGISInterface


Ignore:
Timestamp:
Jul 21, 2013, 12:56:12 AM (11 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/VectorLib/PostGISInterface

    v37 v38  
    55Development 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).
    66
    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.
     7This 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 (in opposite to GRASS-OGR data provider). GRASS-PostGIS data provider is implemented using [http://www.postgresql.org/docs/9.2/static/libpq.html libpq] library.
    88
    99Note that GRASS-PostGIS data provider is compiled only when GRASS is configured with `--with-postgres` switch.