Replies: 1 comment
-
I guess this should be fairly easy to support by changing pg_duckdb/src/vendor/pg_ruleutils_17.c Line 12408 in 7e21cbe |
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.
-
The
TABLESAMPLE
clause is useful for sampling from large tables, but pg_duckdb doesn't support it right now due to syntax differences inTABLESAMPLE
clause between Postgres and DuckDB: https://duckdb.org/docs/sql/samples.htmlthrows
but it could be an error if we added some DuckDB-only function to the query
Beta Was this translation helpful? Give feedback.
All reactions