You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unfortunately, I couldn't connect to any of my postgresql databases through the duckdb scanner due to 2 types of errors.
first one: Decimal with a width of 255 is bigger than the maximum supported of 38. I tried with both mechanisms, to connect to the database and to connect to just a table. call postgres_attach('dbname=bassam'); select * from postgres_scan('dbname=bassam', 'public', 'test');
the only database that I could able to connect to is the one that having 0 tables.
the second problem: is that the database has not been invalidated! D select * from postgres_scan('dbname=bassam', 'public', 'untitled_table');