There was an error while loading. Please reload this page.
1 parent e046044 commit 66259eaCopy full SHA for 66259ea
README.md
@@ -165,18 +165,21 @@ psql> SELECT aws_s3.table_import_from_s3(
165
'<session_token>'
166
);
167
168
-psql> select * from animals; name | age
+ table_import_from_s3
169
+----------------------
170
+ 4
171
+(1 row)
172
+
173
+psql> select * from animals;
174
175
+ name | age
176
----------+-----
177
dog | 12
178
cat | 15
179
parrot | 103
180
tortoise | 205
181
(4 rows)
182
```
- table_import_from_s3
-----------------------
- 4
-(1 row)
183
184
### Configuration
185
0 commit comments