Closed dbeatty10 closed 9 months ago
Fixed in https://github.com/cwida/duckpgq-extension/tree/95-binder-error-when-selecting-from-non-existent-relation waiting to merge
Somewhat related to #96 as select * from table_that_does_not_exist;
now throws the same error where "source" gives a syntax error
What happens?
Selecting from a non-existent table gives the following error:
But I expected this error instead:
To Reproduce
Selecting from a non-existent table gives an error:
Output:
Opening the same file with duckdb and re-running that query gives the expected error message:
Output:
Here's my version of duckdb (without the pgq extension installed):
Output:
Environment
OS: macOS Version: duckdb-pgq v0.10.0 3e6d77b923
After following these installation instructions, here is my current version: