PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_in_geojson.c File Reference
#include <assert.h>
#include "postgres.h"
#include "../postgis_config.h"
#include "lwgeom_pg.h"
#include "liblwgeom.h"
#include "lwgeom_export.h"
#include <json-c/json.h>
Include dependency graph for lwgeom_in_geojson.c:

Go to the source code of this file.

Functions

static text * cstring2text (const char *cstring)
 
static char * text2cstring (const text *textptr)
 
Datum geom_from_geojson (PG_FUNCTION_ARGS)
 
Datum postgis_libjson_version (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (postgis_libjson_version)
 
 PG_FUNCTION_INFO_V1 (geom_from_geojson)