ST_trajAttrs

Updated at:

Returns the attributes of a trajectory object as a text string.

Syntax

text ST_trajAttrs(trajectory traj);

Parameters

ParameterDescription
trajThe trajectory object.

Examples

Select ST_trajAttrs(traj) From traj_table;