PostGIS
2.4.9dev-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 | |
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) | |