There was an error while loading. Please reload this page.
1 parent ba22fb9 commit 84d0f98Copy full SHA for 84d0f98
README.md
@@ -39,6 +39,12 @@ Finally in Postgres:
39
psql> CREATE EXTENSION plpythonu;
40
psql> CREATE EXTENSION aws_s3;
41
```
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
+```
48
49
## Using aws_s3
50
0 commit comments