mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 03:23:37 +08:00
Adding API doc link
This commit is contained in:
parent
b3ae7208b5
commit
6c3ee77d23
@ -42,7 +42,7 @@ Our specialized time-series table, which is the main abstraction for querying
|
|||||||
all your space-time partitions, is called a **hypertable**.
|
all your space-time partitions, is called a **hypertable**.
|
||||||
|
|
||||||
To create a hypertable, you start with a regular SQL table, and then convert it
|
To create a hypertable, you start with a regular SQL table, and then convert it
|
||||||
into a hypertable via the function `create_hypertable()` (which
|
into a hypertable via the function `create_hypertable()`([API Definition](extension/sql/main/ddl.sql)) (which
|
||||||
is loaded when you install the extension).
|
is loaded when you install the extension).
|
||||||
|
|
||||||
For example, let's create a hypertable for tracking
|
For example, let's create a hypertable for tracking
|
||||||
|
Loading…
x
Reference in New Issue
Block a user