Skip to content

Commit 25c00ac

Browse files
authored
chimpler#10 - Added support for aws_s3.query_export_to_s3 (chimpler#12)
* Added support for aws_s3.query_export_to_s3 chimpler#10 * removed initialization of extensions in postgres
1 parent 231a3d5 commit 25c00ac

File tree

8 files changed

+459
-132
lines changed

8 files changed

+459
-132
lines changed

.env

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
POSTGRES_DB=test
2+
POSTGRES_USER=test
3+
POSTGRES_PASSWORD=test

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v1.0.4
2+
======
3+
* Added support for aws_s3.query_export_to_s3 #12 [@darthbear]
4+
15
v1.0.3
26
======
37
* Fix for current postgres 12.* and s3 #11 [@phileon]

Dockerfile

Whitespace-only changes.

0 commit comments

Comments
 (0)