mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 19:59:48 +08:00
Update README.md (#7550)
Small fix to avoid error if the timescaledb extension is already installed Disable-check: force-changelog-file Disable-check: commit-count Disable-check: approval-count Signed-off-by: Ramon Guiu <ramon@timescale.com>
This commit is contained in:
parent
57be97462b
commit
b01d83207b
@ -40,7 +40,7 @@ You create a regular table and then convert it into a hypertable. A hypertable a
|
|||||||
|
|
||||||
```sql
|
```sql
|
||||||
-- Create timescaledb extension
|
-- Create timescaledb extension
|
||||||
CREATE EXTENSION timescaledb;
|
CREATE EXTENSION IF NOT EXISTS timescaledb;
|
||||||
|
|
||||||
-- Create a regular SQL table
|
-- Create a regular SQL table
|
||||||
CREATE TABLE conditions (
|
CREATE TABLE conditions (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user