There was an error while loading. Please reload this page.
1 parent e596c11 commit 2d290e0Copy full SHA for 2d290e0
README.md
@@ -35,6 +35,7 @@ Then install aws_s3:
35
36
Then in Postgres:
37
```postgresql
38
+psql> CREATE EXTENSION plpythonu;
39
psql> CREATE EXTENSION aws_s3;
40
```
41
@@ -71,7 +72,8 @@ aws_s3.table_import_from_s3 (
71
72
)
73
74
-In this signature, the s3_uri and aws_credentials objects will need to be created first:
75
+Using this signature, the s3_uri and aws_credentials objects will need to be created first:
76
+
77
Parameter | Description
78
----------|------------
79
table_name | the name of the table
0 commit comments