Skip to content

Commit 163e66b

Browse files
Chore: Update docs to specify that postgres catalog should use the actual name (#3674)
1 parent c96d3c3 commit 163e66b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/integrations/engines/duckdb.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ The SQLite database is read-write, while the PostgreSQL database is read-only.
122122
)
123123
```
124124

125+
##### Catalogs for PostgreSQL
126+
127+
In PostgreSQL, the catalog name must match the actual catalog name it is associated with, as shown in the example above, where the database name (`dbname` in the path) is the same as the catalog name.
128+
125129
##### Connectors without schemas
126130

127131
Some connections, like SQLite, do not support schema names and therefore objects will be attached under the default schema name of `main`.

0 commit comments

Comments
 (0)