Skip to content

Commit 1adc207

Browse files
committed
create "default" schema
1 parent d9ecc11 commit 1adc207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Rather than use Docker, you can run Presto with Postgres with the following step
8787
connection-user=<mb-postgresql-test-user>
8888
connection-password=<mb-postgresql-test-password>
8989
```
90-
- Create a database `test_data` on the postgres server that <mb-postgresql-test-user> has all privileges to
90+
- To run the presto-jdbc driver tests, you'll need to create a database `test_data` on the postgres server that <mb-postgresql-test-user> has all privileges to, and create a schema in the database "default".
9191
- Start the presto server with `/usr/local/opt/prestodb/bin/presto-server run`
9292

9393
Alternatively, Luis has created a [Link](https://github.com/paoliniluis/metabase-presto-and-trino) for testing Presto and Trino with Docker that might work too.

0 commit comments

Comments
 (0)