PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "access/hash.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "liblwgeom_internal.h"
#include "lwgeom_pg.h"
#include "gserialized_gist.h"
#include "geography.h"
Go to the source code of this file.
Functions | |
Datum | geography_lt (PG_FUNCTION_ARGS) |
Datum | geography_le (PG_FUNCTION_ARGS) |
Datum | geography_eq (PG_FUNCTION_ARGS) |
Datum | geography_ge (PG_FUNCTION_ARGS) |
Datum | geography_gt (PG_FUNCTION_ARGS) |
Datum | geography_cmp (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (geography_lt) | |
PG_FUNCTION_INFO_V1 (geography_le) | |
PG_FUNCTION_INFO_V1 (geography_gt) | |
PG_FUNCTION_INFO_V1 (geography_ge) | |
PG_FUNCTION_INFO_V1 (geography_eq) | |
PG_FUNCTION_INFO_V1 (geography_cmp) | |