Skip to content

Commit 46c400a

Browse files
committed
Specify where to upt the catalog properties file
1 parent 34ebfa5 commit 46c400a

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
@@ -86,7 +86,7 @@ Rather than use Docker, you can run Presto with Postgres with the following step
8686
- Follow [these
8787
steps](https://prestodb.io/docs/current/installation/deploy-brew.html#deploy-presto-on-an-apple-silicon-mac-using-homebrew)
8888
to install presto using homebrew
89-
- Add a properties file for postgresql, `postgresql.properties` with the following contents:
89+
- Add a properties file for postgresql in `/usr/local/Cellar/prestodb/<version>/libexec/etc/catalog`, called `postgresql.properties` with the following contents:
9090
```
9191
connector.name=postgresql
9292
connection-url=jdbc:postgresql://localhost:5432/test-data

0 commit comments

Comments
 (0)