Hermes
 All Data Structures Files Functions Variables Macros Pages
SessionParameters.h File Reference
#include <postgres.h>
#include <fmgr.h>
Include dependency graph for SessionParameters.h:
This graph shows which files directly or indirectly include this file:

Functions

PGDLLEXPORT Datum getTemporalTolerance (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum setTemporalTolerance (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum setTemporalToleranceToSecond (PG_FUNCTION_ARGS)
 

Variables

float8 temporalTolerance
 

Function Documentation

PGDLLEXPORT Datum getTemporalTolerance ( PG_FUNCTION_ARGS  )

References seconds2interval(), and temporalTolerance.

Here is the call graph for this function:

PGDLLEXPORT Datum setTemporalTolerance ( PG_FUNCTION_ARGS  )

References interval2seconds(), and temporalTolerance.

Here is the call graph for this function:

PGDLLEXPORT Datum setTemporalToleranceToSecond ( PG_FUNCTION_ARGS  )

References temporalTolerance.

Variable Documentation