![]() |
MobilityDB 1.3
|
Modification functions for temporal types. More...
Functions | |
Datum | Temporal_append_tinstant (PG_FUNCTION_ARGS) |
Append an instant to a temporal value @sqlfn appendInstant() More... | |
Datum | Temporal_append_tsequence (PG_FUNCTION_ARGS) |
Append a sequence to a temporal value @sqlfn appendSequence() More... | |
Datum | Temporal_delete_timestamptz (PG_FUNCTION_ARGS) |
Delete a timestamptz from a temporal value @sqlfn deleteTime() More... | |
Datum | Temporal_delete_tstzset (PG_FUNCTION_ARGS) |
Delete a timestamptz set from a temporal value @sqlfn deleteTime() More... | |
Datum | Temporal_delete_tstzspan (PG_FUNCTION_ARGS) |
Delete a timestamptz span from a temporal value @sqlfn deleteTime() More... | |
Datum | Temporal_delete_tstzspanset (PG_FUNCTION_ARGS) |
Delete a timestamptz span set from a temporal value @sqlfn deleteTime() More... | |
Datum | Temporal_insert (PG_FUNCTION_ARGS) |
Insert the second temporal value into the first one @sqlfn insert() More... | |
Datum | Temporal_merge (PG_FUNCTION_ARGS) |
Merge two temporal values @sqlfn merge() More... | |
Datum | Temporal_merge_array (PG_FUNCTION_ARGS) |
Merge an array of temporal values @sqlfn merge() More... | |
Datum | Temporal_update (PG_FUNCTION_ARGS) |
Update the first temporal value with the second one @sqlfn update() More... | |
Modification functions for temporal types.