Skip to content

Commit 2d290e0

Browse files
committed
added plpythonu
1 parent e596c11 commit 2d290e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Then install aws_s3:
3535

3636
Then in Postgres:
3737
```postgresql
38+
psql> CREATE EXTENSION plpythonu;
3839
psql> CREATE EXTENSION aws_s3;
3940
```
4041

@@ -71,7 +72,8 @@ aws_s3.table_import_from_s3 (
7172
)
7273
```
7374

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+
7577
Parameter | Description
7678
----------|------------
7779
table_name | the name of the table

0 commit comments

Comments
 (0)