-
When using the PostgreSQL extension, I can specify a custom schema like so.
Is this possible when using the DuckLake extension with a PostgreSQL catalog? |
Beta Was this translation helpful? Give feedback.
Answered by
Mytherin
Jun 3, 2025
Replies: 1 comment
-
Yes, you can specify the schema used for DuckLake using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
arouel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can specify the schema used for DuckLake using the
METADATA_SCHEMA
parameter, e.g.METADATA_SCHEMA 'my_schema'