Skip to content

Commit 84d0f98

Browse files
committed
added note to update aws_s3 extension
1 parent ba22fb9 commit 84d0f98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ Finally in Postgres:
3939
psql> CREATE EXTENSION plpythonu;
4040
psql> CREATE EXTENSION aws_s3;
4141
```
42+
43+
If you already have an old version of `aws_s3` installed, you might want to drop and recreate the extension:
44+
```postgresql
45+
psql> DROP EXTENSION aws_s3;
46+
psql> CREATE EXTENSION aws_s3;
47+
```
4248

4349
## Using aws_s3
4450

0 commit comments

Comments
 (0)