Creates a chunk table in the current PolarDB for PostgreSQL database.
Syntax
boolean ST_CreateChunkTable(cstring tableName)Parameters
| Parameter | Type | Description |
|---|---|---|
tableName | cstring | The name of the chunk table to create. The name must meet all of the following requirements:
|
Return value
Returns true if the chunk table is created successfully.
Examples
Create a chunk table named t_chunk:
SELECT ST_CreateChunkTable('t_chunk');Output:
t该文章对您有帮助吗?