Temporal JSON

JSONB Set Operations

Input and Output

  • asText: Return the Well-Known Text (WKT) representation

  • asBinary, asHexWKB: Return the Well-Known Binary (WKB) or the Hexadecimal Well-Known Binary (HexWKB) representation

  • asMFJSON: Return the Moving Features JSON (MF-JSON) representation

  • tjsonbFromText: Input from the Well-Known Text (WKT) representation

  • tjsonbFromBinary, tjsonbFromHexWKB: Input from the Well-Known Binary (WKB) or from the Hexadecimal Well-Known Binary (HexWKB) representation

  • tjsonbFromMFJSON: Input from the Moving Features JSON (MF-JSON) representation

Constructors

  • tjsonb: Constructor for temporal JSONB values having a constant value

  • tjsonbSeq: Constructor for temporal JSONB values of sequence subtype

  • tjsonbSeqSet, tjsonbSeqSetGaps: Constructor for temporal JSONB values of sequence set subtype

Conversions

  • ::: Convert a temporal JSONB to a tstzspan

  • ::: Convert between a temporal JSONB and a text

  • ::: Convert between a temporal JSONB and a temporal text

Accessors

Transformations

Temporal JSON Operations

Restrictions

Bounding Box Operations

Comparisons

Aggregations