The PostgreSQL proxy in MindsDB throws an AttributeError when processing certain SQL queries, causing connection failures with database clients like psql ...
When using a PostgreSQL table with a schema-qualified column (e.g., custom_schema.example_table.column_name), the current implementation in the ...
Don't be afraid of using your chosen database's command-line client. I might as well say this up front: I don't like using GUI (aka non-command-line or graphical) tools with my databases. This is ...