Skip to content

Commit 0c129b1

Browse files
authored
typo
1 parent 1adc207 commit 0c129b1

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-
- 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".
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 named "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)