ST_trajAttrs
Returns the attribute fields of a trajectory object.
Syntax
text ST_trajAttrs(trajectory traj)Parameters
| Parameter | Description |
|---|---|
traj | The trajectory object to inspect. |
Examples
Retrieve the attribute fields of each trajectory in traj_table:
SELECT ST_trajAttrs(traj) FROM traj_table;