Hi, so Postgres tables/columns/views show up when querying duckdb_tables/duckdb_columns/duckdb_views which is great!
This metadata also contains a column called "comment".
And Postgres supports comments on tables/columns/views just like DuckDB does.
I was hoping that the comments from Postgres would also show up when querying metadata from DuckDB.
I am curious if this is simply missing or if there is another reason for this behavior.
And are you interested in supporting comments?
Thank you for all the hard work on this extension!
Hi, so Postgres tables/columns/views show up when querying duckdb_tables/duckdb_columns/duckdb_views which is great!
This metadata also contains a column called "comment".
And Postgres supports comments on tables/columns/views just like DuckDB does.
I was hoping that the comments from Postgres would also show up when querying metadata from DuckDB.
I am curious if this is simply missing or if there is another reason for this behavior.
And are you interested in supporting comments?
Thank you for all the hard work on this extension!