Replies: 3 comments
-
|
Thanks for the report, we realized this was a problem as well and are planning to add an option for this soon to the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Added in #470 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using
pg_duckdbwith MotherDuck, we'd like to select a db other than the internally configured default (my_db) to merge into thepostgres.publicschema.Current behavior:
Since there isn't a user-facing public API for a MotherDuck user to reassign the "default" database, we're stuck with the verbose
ddb$other_md_db$schemanaming scheme if we want to consume other schemas/tables downstream. Could we add a configuration setting e.g. inpostgresql.confto manually select which MotherDuck db to use as the "default"?Beta Was this translation helpful? Give feedback.
All reactions