You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a. Fix uploaded records to ignore header chimpler#23
b. Minor Readme fixes + enhancements. chimpler#21
2. import support multi-file and directorys
3. import and export add read_timeout param
4. export_s3 add override param (if override will add _part{n} suffix)
5. export/import add tempfile_dir param
* Added support for aws_s3.query_export_to_s3 #12[@darthbear]
4
-
5
-
v1.0.3
6
-
======
7
-
* Fix for current postgres 12.* and s3 #11[@phileon]
8
-
9
-
v1.0.2
10
-
======
11
-
* Made column_list as optional parameter #6[@oyarushe]
12
-
13
-
v1.0.1
1
+
v1.0.0
14
2
======
15
3
16
4
* Added support of using custom S3 endpoint URL #4[@oyarushe]
17
5
* Add support for MinIO #3[@huiser]
6
+
* Made column_list as optional parameter #6[@oyarushe]
7
+
* Fix for current postgres 12.* and s3 #11[@phileon]
8
+
* Added support for aws_s3.query_export_to_s3 #12[@darthbear]
9
+
* Fix uploaded records to ignore header #23(https://github.com/chimpler/postgres-aws-s3/pull/23) [@tzachshabtay]
10
+
* Minor Readme fixes + enhancements #21(https://github.com/chimpler/postgres-aws-s3/pull/21) [@GRBurst]
11
+
* import support multi-file and directorys #1(https://github.com/radondb/postgres-aws-s3/pull/1) [@yanboer][@lianzhuangzhang]
12
+
* export not override file, if file exists will add _part{n} suffix #1(https://github.com/radondb/postgres-aws-s3/pull/1) [@yanboer][@lianzhuangzhang]
13
+
* import and export add read_timeout param #1(https://github.com/radondb/postgres-aws-s3/pull/1) [@yanboer][@lianzhuangzhang]
plan =plpy.prepare("select name, current_setting('aws_s3.' || name, true) as value from (select unnest(array['access_key_id', 'secret_access_key', 'session_token', 'endpoint_url']) as name) a");
0 commit comments