Skip to content

Commit 46cce76

Browse files
NickCrewscpcloud
authored andcommitted
docs(postgres): show passing schema to Postgres.from_url()
1 parent 1f6469a commit 46cce76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/backends/postgresql.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ passing a properly-formatted Postgres connection URL to `ibis.connect`:
101101

102102
```python
103103
con = ibis.connect(f"postgres://{user}:{password}@{host}:{port}/{database}")
104+
con = ibis.connect(f"postgres://{user}:{password}@{host}:{port}/{database}/{schema}")
105+
con = ibis.connect(f"postgres://{user}:{password}@{host}:{port}/{database}/{schema}?sslmode=require")
104106
```
105107

106108
```{python}

0 commit comments

Comments
 (0)