Skip to content

Commit 66259ea

Browse files
committed
more README fixes
1 parent e046044 commit 66259ea

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,18 +165,21 @@ psql> SELECT aws_s3.table_import_from_s3(
165165
'<session_token>'
166166
);
167167
168-
psql> select * from animals; name | age
168+
table_import_from_s3
169+
----------------------
170+
4
171+
(1 row)
172+
173+
psql> select * from animals;
174+
175+
name | age
169176
----------+-----
170177
dog | 12
171178
cat | 15
172179
parrot | 103
173180
tortoise | 205
174181
(4 rows)
175182
```
176-
table_import_from_s3
177-
----------------------
178-
4
179-
(1 row)
180183

181184
### Configuration
182185

0 commit comments

Comments
 (0)