PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include "postgres.h"
#include "access/xact.h"
#include "executor/spi.h"
#include "commands/trigger.h"
#include "utils/lsyscache.h"
#include "utils/rel.h"
#include "../postgis_config.h"
#include "lwgeom_pg.h"
Go to the source code of this file.
Macros | |
#define | ABORT_ON_AUTH_FAILURE 1 |
#define | ERRMSGLEN 256 |
Functions | |
Datum | check_authorization (PG_FUNCTION_ARGS) |
Datum | getTransactionID (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (check_authorization) | |
PG_FUNCTION_INFO_V1 (getTransactionID) | |