All Products
Search
Document Center

PolarDB:ST_DropWorkspace

Last Updated:Nov 13, 2024

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 removal was successful.

f

The removal failed.

Description

When you remove a map matching workspace, the in-memory topological network data is released and the corresponding records are also removed from the mapmatching_workspace table.

Examples

SELECT ST_DropWorkspace('mm_ws_test');