From b01d83207b64b7741383d50de8d95814cbcf5eff Mon Sep 17 00:00:00 2001
From: Ramon Guiu <ramon@timescale.com>
Date: Thu, 19 Dec 2024 16:43:23 +0100
Subject: [PATCH] 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>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8a3823e986b..475d3888136 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ You create a regular table and then convert it into a hypertable. A hypertable a
 
 ```sql
 -- Create timescaledb extension
-CREATE EXTENSION timescaledb;
+CREATE EXTENSION IF NOT EXISTS timescaledb;
 
 -- Create a regular SQL table
 CREATE TABLE conditions (