GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
by GRASS Development Team (https://grass.osgeo.org)
GRASS-PostGIS data provider allows GRASS vector library to read and write PostGIS data directly without any external library (like in the case of GRASS-OGR data provider). GRASS-PostGIS data provider is implemented using libpq library.
Note that GRASS-PostGIS data provider is compiled only when GRASS is configured with –with-postgres
switch.
See the trac page for more info.
Note that the functions listed below are lower level subroutines, in other word these functions are not considered to be part of public API. They are internally used by the vector library when accessing PostGIS data. The programmer should use higher level functions instead.
Note that functions with V1_
prefix access vector data without topology. Topological (pseudo-topological for simple features) access is provided by functions starting with V2_
prefix.
Martin Landa <landa.martin gmail.com>