MobilityDB 1.1
Functions

Modification functions for temporal types. More...

Collaboration diagram for Modification functions:

Functions

PGDLLEXPORT Datum Temporal_delete_period (PG_FUNCTION_ARGS)
 Delete a period from a temporal value. More...
 
PGDLLEXPORT Datum Temporal_delete_periodset (PG_FUNCTION_ARGS)
 Delete a period set from a temporal value. More...
 
PGDLLEXPORT Datum Temporal_delete_timestamp (PG_FUNCTION_ARGS)
 Delete a timestamp from a temporal value. More...
 
PGDLLEXPORT Datum Temporal_delete_timestampset (PG_FUNCTION_ARGS)
 Delete a timestamp set from a temporal value. More...
 
PGDLLEXPORT Datum Temporal_insert (PG_FUNCTION_ARGS)
 Insert the second temporal value into the first one. More...
 
PGDLLEXPORT Datum Temporal_update (PG_FUNCTION_ARGS)
 Update the first temporal value with the second one. More...
 

Detailed Description

Modification functions for temporal types.