Removes a map matching workspace.
Syntax
boolean ST_DropWorkspace(text wsname);Parameters
| Parameter | Description |
|---|---|
wsname | The name of the workspace. The name must be unique. |
Return values
| Return value | Description |
|---|---|
| t | The workspace was removed successfully. |
| f | The workspace removal failed. |
Description
Removing a map matching workspace releases the in-memory topological network data and deletes the corresponding records from the mapmatching_workspace table.
Examples
SELECT ST_DropWorkspace('mm_ws_test');