Deletes a vector pyramid from ApsaraDB RDS for PostgreSQL.
Syntax
boolean ST_DeletePyramid(cstring name)Parameters
| Parameter | Description |
|---|---|
| name | The name of the pyramid to delete. |
Examples
-- Delete a pyramid named "roads".
select ST_DeletePyramid('roads');
st_deletepyramid
----------
t