GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
close_pg.c File Reference

Vector library - Close map (PostGIS) More...

#include <stdlib.h>
#include <unistd.h>
#include <grass/vector.h>
#include <grass/dbmi.h>
#include <grass/glocale.h>
#include "local_proto.h"
#include "pg_local_proto.h"
Include dependency graph for close_pg.c:

Go to the source code of this file.

Functions

int V1_close_pg (struct Map_info *Map)
 Close vector map (PostGIS layer) on level 1. More...
 
int V2_close_pg (struct Map_info *Map)
 Close vector map (PostGIS layer) on topological level (write out fidx file) More...
 

Detailed Description

Vector library - Close map (PostGIS)

Higher level functions for reading/writing/manipulating vectors.

(C) 2011 by the GRASS Development Team

This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.

Author
Martin Landa <landa.martin gmail.com>

Definition in file close_pg.c.

Function Documentation

◆ V1_close_pg()

◆ V2_close_pg()

int V2_close_pg ( struct Map_info Map)

Close vector map (PostGIS layer) on topological level (write out fidx file)

Parameters
Mappointer to Map_info structure
Returns
0 on success
non-zero on error

Definition at line 112 of file close_pg.c.

References _, Map_info::fInfo, G_debug(), G_fatal_error(), G_warning(), GPATH_MAX, GV_DIRECTORY, GV_TOPO_ELEMENT, Map_info::mapset, Map_info::name, Format_info_pg::offset, Format_info::pg, Format_info_pg::toposchema_name, Vect__free_offset(), Vect__get_element_path(), VECT_OPEN, and Vect_save_fidx().