Replies: 2 comments 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
-
This bug was reported by datagrip, a very popular client.
|
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.
-
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