Restrict a temporal value to the instants after or equal a timestamptz.
- Parameters
-
| [in] | temp | Temporal value |
| [in] | t | Timestamp |
| [in] | strict | True if the restriction is strictly after, false when the restriction is after or equal @csqlfn Temporal_after_timestamptz(), Temporal_after_eq_timestamptz() |