-
Is it possible to run something like |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
There's a diff here you could apply that would basically accomplish this, but we don't plan on shipping this since it would not fit within the "Postgres way" of managing things. Proper Azure support ( #52 ) probably wouldn't be too hard, but it has a few edge cases to deal with. |
Beta Was this translation helpful? Give feedback.
-
I was looking at adding the azure support, and had a thought. Would it make more sense to have the secrets table as a key-value type table grouped by id, which would give it more flexibility in how the |
Beta Was this translation helpful? Give feedback.
-
I did have a thought that a JSONB column might be a good idea, at least to replace any "sparse" columns... though I don't know how annoying it is to access the JSON data from C/C++. |
Beta Was this translation helpful? Give feedback.
There's a diff here you could apply that would basically accomplish this, but we don't plan on shipping this since it would not fit within the "Postgres way" of managing things.
https://github.com/duckdb/pg_duckdb/pull/103/files
Proper Azure support ( #52 ) probably wouldn't be too hard, but it has a few edge cases to deal with.