Commit 318ee16
authored
feat: allow installation in a non-public schema (#1023)
## Overview
Removes `schema = public` from `pg_duckdb.control` to allow installing
the extension in a non-public schema.
Default behavior is unchanged, `CREATE EXTENSION pg_duckdb` without a
`SCHEMA` clause still installs into `public`.
In general I agree with the original sentiment:
```
It would be sad for usability if people would have to prefix those with duckdb.read_csv
```
but it would be nice if users can configure this if they want1 parent dafe12d commit 318ee16
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments