PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
#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>
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) | |