Replies: 1 comment 1 reply
-
I think it should be possible to support these, but I don't think it would be trivial to do so. Why do you think this support would be useful? As always: PRs are welcome. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
System columns, such as
ctid
, are currently not supported by pg_duckdb: https://www.postgresql.org/docs/current/ddl-system-columns.htmlthrows
but it could be an error if we added any DuckDB-only functions to the query
Beta Was this translation helpful? Give feedback.
All reactions